--- license: bsd-3-clause pipeline_tag: image-segmentation --- # Introduction This repository stores the model for FCN-resnet101, compatible with Kalray's neural network API.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
# Contents - ONNX: fcn_resnet101.onnx # Lecture note reference - Fully Convolutional Networks for Semantic Segmentation, https://arxiv.org/abs/1411.4038 # Repository or links references - code: https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/fcn.py - weights: https://download.pytorch.org/models/fcn_resnet101_coco-7ecb50ca.pth Author: qmuller@kalrayinc.com