Hi, I want to ask a question about the label path setting.
In libs/datasets/voc.py , your original code is "label_path = osp.join(self.root, self.labels[index][1:])",
and I change this into "label_path = osp.join("/home/rabbit/CLIMS-master/clims_voc12/sem_seg", self.labels[index][19:])".
Though, I do not have "ug" this folder, I'm wondering if there's a relevant setting in your code that makes the extra “ug” folder in the path.
Thanks to your excellent work! Looking forward to your reply!