-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
visual_token_matching/dataset/taskonomy.py
Line 550 in 950bf8e
self.class_idxs = [class_idx for class_idx in class_idxs if self.img_paths[class_idx].split('_')[0] in buildings] |
Hi, in this line,the length of self.img_paths is 35, but the maximum of class_idxs is 381915, error 'IndexError: list index out of range' will be reported during code operation. Is there any error in your code logic?
Here is my data structure. Could you see if it is correct?



Metadata
Metadata
Assignees
Labels
No labels