Status: Active (updates are to be expected)
git clone https://github.com/rainarit/segmentation_benchmark.git
cd segmentation_benchmark
The code in the tutorial has been written using Python 3; many of the dependencies may not be available for Python 2.7.
We strongly recommend using the Anaconda Python distribution. You can install either the full anaconda distribution (very extensive, but large) or miniconda (much smaller, only essential packages).
Create a new conda environment with the use of the package-list.txt
conda create --name <env> --file package-list.txt
./coco_download.sh
./train_fcn_resnet50_coco.sh
This project is licensed under the MIT License - see the LICENSE.md file for details