Observe the supercategory for each ImageNet category
I used the following files to generate the supercategory of each ImageNet category:
- LOC_synset_mapping.txt : https://github.com/formigone/tf-imagenet/blob/master/LOC_synset_mapping.txt
- wordnet.is_a.txt: https://github.com/innerlee/ImagenetSampling/blob/master/Imagenet/data/wordnet.is_a.txt
- wordnet all categories: from this excellent resource: https://github.com/aaalgo/caffex/blob/master/wordnet
I'll try uploading the code to generate this a little later, once I get the time. Hope you find this useful :-)