I downloaded the Pascal VOC2012 datase and I make sure that the path of the dataset file and the location of the segmentationclassaug file are correct and printed correctly
The code in line #80 under the folder voc_train.py does not runing
#78 mask_path = self.mask_dir + name + '.png'
#79 mask = cv2.imread(mask_path)
#80 labels = np.unique(mask[:,:,0])