When I try to train the model on cityscapes I get an error that the num_samples is zero. The script will print that the "Num images: 0" during execution. I am not sure what I need to change. One thing I found is in line 48 of cityscapes.py.
self.images = list(sorted(self.images_dir.glob('/.ppm')))
What files do the .ppm refer to in the cityscapes data? I only see .png files when downloading the cityscapes dataset.
When I try to train the model on cityscapes I get an error that the num_samples is zero. The script will print that the "Num images: 0" during execution. I am not sure what I need to change. One thing I found is in line 48 of cityscapes.py.
self.images = list(sorted(self.images_dir.glob('/.ppm')))
What files do the .ppm refer to in the cityscapes data? I only see .png files when downloading the cityscapes dataset.