metadata
license: bsd-3-clause
pipeline_tag: image-segmentation
Introduction
This repository stores the model for FCN-resnet50, compatible with Kalray's neural network API.
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
Contents
- ONNX: fcn_resnet50.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_resnet50_coco-1167a1af.pth
Author: qmuller@kalrayinc.com