-
Notifications
You must be signed in to change notification settings - Fork 176
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 names for ImageNet-21k pre-trained models #7
Comments
Great question, we forgot to add this to the README and will add it later! You can find the WordNet IDs of the classes here and the WordNet lemmas of the classes here. We have not actually double-checked the files yet, so if you try it out, please let us know if it looks correct! |
Thank you for your response @lucasb-eyer. I tried the file you linked and the output seems indeed correct. Here's some code for those interested:
|
Great, thank you for the update and the code example! |
Hi, I checked the file provided, but it seems it does not contain all label in imagenet. |
Hi, |
Hi! |
Please remove the line 9206 and 15028 in both lemma and id files. line 9206 and line 15028 must be omitted in both files. Then you can use them comfortably. If you do not do that after class 9204 you will receive the wrong answer. |
Is there also an updated version of the classes from the dataset available? |
You can download the correct ImageNet-21k classes file in my github:https://github.com/mosjel/ImageNet_21k_Original_OK |
Hi there! I would like to use one of the ImageNet-21k pre-trained models as is, without fine tuning. Where can I find the mapping between output indices and class names?
The text was updated successfully, but these errors were encountered: