https://github.com/sovit-123/semantic-segmentation-using-fully-convlutional-networks
Implementation of Fully Convolutional Network for semantic segmentation using PyTorch framework
https://github.com/sovit-123/semantic-segmentation-using-fully-convlutional-networks
Last synced: 11 months ago
JSON representation
Implementation of Fully Convolutional Network for semantic segmentation using PyTorch framework
- Host: GitHub
- URL: https://github.com/sovit-123/semantic-segmentation-using-fully-convlutional-networks
- Owner: sovit-123
- License: mit
- Created: 2020-09-05T10:15:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T10:22:03.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T00:42:21.596Z (about 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This project implements [Fully Convolutional Network](https://arxiv.org/abs/1411.4038) for semantic segmentation using the PyTorch deep learning framework.
**A big thanks to [yassouali](https://github.com/yassouali) for this [repo](https://github.com/yassouali/pytorch_segmentation/blob/v0.1/trainer.py).**