meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

Exception: No files for split=[train_aug] found in /home/lxc/datasets/leftImg8bit/train_aug #193

Open li0128 opened 5 years ago

li0128 commented 5 years ago

Exception: No files for split=[train_aug] found in /home/lxc/datasets/leftImg8bit/train_aug

$ python3 train.py RUNDIR: runs/fcn8s_cityscapes/48042 Traceback (most recent call last): File "train.py", line 231, in train(cfg, writer, logger) File "train.py", line 51, in train augmentations=data_aug, File "/home/lxc/PythonProjects/pytorch-semseg-master/ptsemseg/loader/cityscapes_loader.py", line 136, in init raise Exception("No files for split=[%s] found in %s" % (split, self.images_base)) Exception: No files for split=[train_aug] found in /home/lxc/datasets/leftImg8bit/train_aug

salt0107fish commented 2 years ago

Have you solved your problem? I guess the path for your pictures is wrong.