File size: 660 Bytes
1d5a661 d569235 1d5a661 d569235 1d5a661 d569235 1d5a661 d569235 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
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]
|