@ -13,7 +13,7 @@ Please download the following datasets:
PASCAL-5i is based on the PASCAL VOC 2012 and SBD where the val images should be excluded from the list of training samples.
COCO 2014.
#COCO 2014.
This code reads data from .txt files where each line contains the paths for image and the correcponding label respectively. Image and label paths are seperated by a space. Example is as follows:
@ -56,7 +56,7 @@ sh train.sh {*dataset*} {*model_config*}
Related Repositories
This project is built upon a very early version of SemSeg: https://github.com/hszhao/semseg.