jhoffman / cycada_release

Code to accompany ICML 2018 paper
BSD 2-Clause "Simplified" License
561 stars 126 forks source link

labels not found #42

Closed chenxizi-c closed 3 years ago

chenxizi-c commented 3 years ago

In the file cyclegta5.py in folder data, there is

def __getitem__(self, index):
        id = self.ids[index]
        filename = '{:05d}.png'.format(id)
        img_path = os.path.join(self.root, 'images', filename)
        label_path = os.path.join(self.root, 'labels', filename)

but I can't find the labels file. Could you please tell me where I can find it? Thanks!

jhoffman commented 3 years ago

Please find the label files and meta data in the original GTA dataset