|
--- |
|
license: bsd-3-clause |
|
pipeline_tag: image-segmentation |
|
--- |
|
|
|
# Introduction |
|
|
|
This repository stores the model for FCN-resnet50, compatible with Kalray's neural network API. </br> |
|
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br> |
|
|
|
# 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: [email protected] |
|
|