You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I reproduce the experiments on VirtualKITTI2SemanticKITTI (baseline)
File "/xmuda_journal/xmuda/data/virtual_kitti/virtual_kitti_dataloader.py", line 158, in getitem
seg_label = self.label_mapping[seg_label]
IndexError: index 99 is out of bounds for axis 0 with size 14
There seems a problem in the class mapping?
The text was updated successfully, but these errors were encountered:
Thanks for your wonderful work!
When I reproduce the experiments on VirtualKITTI2SemanticKITTI (baseline)
File "/xmuda_journal/xmuda/data/virtual_kitti/virtual_kitti_dataloader.py", line 158, in getitem
seg_label = self.label_mapping[seg_label]
IndexError: index 99 is out of bounds for axis 0 with size 14
There seems a problem in the class mapping?
The text was updated successfully, but these errors were encountered: