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
I understand the indexes for npys in class_exclusion are the category indexes. But what about the ones in example_exclusion?
Now I index the examples based on the ImageFolder's indexing on ImageNet, for example:
train_dataset = datasets.ImageFolder(args.data_dir)
exs_list = [x[0].split('/')[-1].split('.')[0] for x in train_dataset.imgs]
But it seems slow. Could you guide me to the indexing to-be-excluded examples in your source code? (If there is any). Or let me know what is your way to do it?
The text was updated successfully, but these errors were encountered:
I understand the indexes for npys in class_exclusion are the category indexes. But what about the ones in example_exclusion?
Now I index the examples based on the ImageFolder's indexing on ImageNet, for example:
But it seems slow. Could you guide me to the indexing to-be-excluded examples in your source code? (If there is any). Or let me know what is your way to do it?
The text was updated successfully, but these errors were encountered: