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
Hello,
I think there is an issue on LVIS-92i dataloader when it is used in train mode. Specifically at line 71 train_cat_ids = list(train_anno.keys()) there is no check if the categories have at least nshot samples (this is instead done in case of validation).
Hello,
I think there is an issue on LVIS-92i dataloader when it is used in train mode. Specifically at line 71
train_cat_ids = list(train_anno.keys())
there is no check if the categories have at least nshot samples (this is instead done in case of validation).Proposed fix:
The text was updated successfully, but these errors were encountered: