Skip to content

Latest commit

 

History

History

README.md

Semantic segmentation with AdaptSeg

Environment

Python 3.6.9, Pytorch 1.6.0, Torch Vision 0.7.0. To track the training details, we also used neptune, but this is optional configuration.

Preparation

For dataset preparation, please follow adaptseg.md to setup.

Train

sh train.sh

This script runs training on different hyper-parameters.

Acknowledgement

The large proportion of this directory is borrowed from AdaptSegNet.