Paper implementation of Fully Convolutional Networks for Semantic Segmentation.
- Python 3.6
- PyTorch
git clone https://github.com/andersskog/pytorch-fully-convolutional-network.git
cd pytorch-fully-convolutional-network
pip3 install -r requirements.txt
Note: for MacOS, see http://pytorch.org/ for other OS.
Images and annotations are a subset of ADE20K Dataset. This dataset is build to predict a total of 150 classes.
python3 main.py train_list val_list dataset_path
python3 main.py train.txt val.txt data