-
Download VOC 2012 data from the official website: http://host.robots.ox.ac.uk/pascal/VOC/voc2012/
-
Unpack data into the
dataset
folder and make sure that directorydataset/VOCdevkit/VOC2012
exists.
Traing the model and save partial progress into the storage
folder.
python -i src/train.py --storage-folder storage --image-size 321 --batch-size 20
Use one of the stored deeplab models in order to assess network's performance on the validation dataset.
python -i src/validate.py --deeplab-weights storage/dump.hdf5
$ pip install pytest
$ pytest