Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

class ids for imagenet-100 #12

Closed
sesmae opened this issue Jul 22, 2022 · 2 comments
Closed

class ids for imagenet-100 #12

sesmae opened this issue Jul 22, 2022 · 2 comments

Comments

@sesmae
Copy link

sesmae commented Jul 22, 2022

Hi,
Thank you for providing the code for your interesting work. I am trying to reproduce the results on imagenet-100, however, the class ids are not provided in this repository. In data/imagenet.py it seems class selection is random. Can you please share the 100 class ids(Imagenet folder names ) that you used to generate your results?

@sgvaze
Copy link
Owner

sgvaze commented Jul 27, 2022

Hi!

The 100 IDs we use are as follows. However, they should be deterministically set by the random seed (always set to 0 in our experiments). Hope this helps!

['n01443537', 'n01537544', 'n01631663', 'n01644373', 'n01692333', 'n01729977', 'n01775062', 'n01873310', 'n01914609', 'n02028035', 'n02033041', 'n02091635', 'n02097047', 'n02098105', 'n02105855', 'n02106030', 'n02107142', 'n02107683', 'n02109525', 'n02110341', 'n02110627', 'n02112350', 'n02112706', 'n02113186', 'n02113799', 'n02114548', 'n02114855', 'n02120079', 'n02133161', 'n02137549', 'n02138441', 'n02174001', 'n02219486', 'n02226429', 'n02256656', 'n02268443', 'n02326432', 'n02480855', 'n02481823', 'n02504458', 'n02514041', 'n02704792', 'n02747177', 'n02749479', 'n02804610', 'n02869837', 'n02879718', 'n02978881', 'n02988304', 'n03017168', 'n03026506', 'n03028079', 'n03045698', 'n03197337', 'n03337140', 'n03372029', 'n03404251', 'n03417042', 'n03447447', 'n03450230', 'n03461385', 'n03481172', 'n03534580', 'n03617480', 'n03706229', 'n03710637', 'n03724870', 'n03729826', 'n03769881', 'n03792972', 'n03873416', 'n03877845', 'n03899768', 'n03908714', 'n03982430', 'n03991062', 'n03995372', 'n04070727', 'n04153751', 'n04154565', 'n04200800', 'n04204238', 'n04229816', 'n04296562', 'n04317175', 'n04442312', 'n04456115', 'n04487081', 'n04522168', 'n04591157', 'n04596742', 'n06785654', 'n07579787', 'n07590611', 'n07768694', 'n09229709', 'n10148035', 'n12144580', 'n13037406', 'n13052670']

@sesmae
Copy link
Author

sesmae commented Jul 27, 2022

Thank you so much for clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants