jfzhang95/pytorch-deeplab-xception

FileNotFoundError: [Errno 2] No such file or directory:

zkzk123zk opened this issue · 2 comments

with open(os.path.join(os.path.join(_splits_dir, splt + '.txt')), "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/SegNet/me/deeplab/deeplab/dataloader/datasets/VOC2012/ImageSets\Segmentation\train.txt'

Hi! Did you solved it?

Your path should be "xxx/VOCdevkit/VOC2012/xxx".