orsic / swiftnet

GNU General Public License v3.0
251 stars 54 forks source link

About the Cityscapes dataset #30

Open zpge opened 4 years ago

zpge commented 4 years ago

In data/cityscapes/cityscapes.py, there is a line

self.labels = list(sorted(self.labels_dir.glob('/.png')))

I think this is to get the path of all label images. But in the downloaded Cityscapes dataset, there are _color.png, _instanceIds.png and _labelIds.png.

Which one do you use as the groud truth?