This project is PyTorch implementation of Fully Convolutional Networks for Semantic Segmentation . We mainly implemented the FCN8s in the paper, using ResNet-34 as the network backbone. The dataset we selected is a small dataset, you can click here to get information about the dataset.
- python 3.7+
- pytorch 1.0+
- visdom
python main.py --help