An open API service indexing awesome lists of open source software.

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

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).**