https://github.com/weiaicunzai/pytorch-fcn
FCN pytorch implementation
https://github.com/weiaicunzai/pytorch-fcn
Last synced: 3 months ago
JSON representation
FCN pytorch implementation
- Host: GitHub
- URL: https://github.com/weiaicunzai/pytorch-fcn
- Owner: weiaicunzai
- Created: 2017-02-17T05:11:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T12:18:59.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T19:39:06.739Z (4 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pytorch-fcn
Pytorch implementation of [Fully Convolutional Networks](https://arxiv.org/abs/1411.4038v2)
## requirements
- pytorch 0.31
- python 3.5