FileNotFoundError: [Errno 2] No such file or directory:
zkzk123zk opened this issue · 2 comments
zkzk123zk commented
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'
whdlou commented
Hi! Did you solved it?
whdlou commented
Your path should be "xxx/VOCdevkit/VOC2012/xxx".