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
in lvis.py, I believe the code has the line if cat_info['frequency'] != 'r': . But I believe this is not applicable for training since we want to train on the frequent and common classes.
The text was updated successfully, but these errors were encountered:
Wanted to confirm a quick doubt:
in lvis.py, I believe the code has the line
if cat_info['frequency'] != 'r':
. But I believe this is not applicable for training since we want to train on the frequent and common classes.The text was updated successfully, but these errors were encountered: