Closed chenxizi-c closed 3 years ago
In the file cyclegta5.py in folder data, there is
cyclegta5.py
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!
Please find the label files and meta data in the original GTA dataset
In the file
cyclegta5.py
in folder data, there isbut I can't find the labels file. Could you please tell me where I can find it? Thanks!