Here is a pytorch codebase for semantic segmentation experiments.
git clone https://github.com/YudeWang/semantic-segmentation-codebase.git
pip install -r requirements.txt
$your_dataset_path/VOCdevkit/VOC2012...
ln -s $your_dataset_path data
Our experiments are placed in .experiment/
and here are some implementations: