KamitaniLab / GenericObjectDecoding

Demo code for Horikawa and Kamitani (2017) Generic decoding of seen and imagined objects using hierarchical visual features. Nat Commun https://www.nature.com/articles/ncomms15037.
149 stars 47 forks source link

Get labels for the images #4

Closed qihongl closed 6 years ago

qihongl commented 6 years ago

This might be a silly question... how do I map the downloaded images to the labels?

ShuntaroAoki commented 6 years ago

Downloaded images are named as 'n01518878_10042.JPEG'. The first part in the file name (e.g., 'n01518878') is WordNet/ImageNet synset ID. Our code or dataset do not include mappings between the synset IDs and human-readable labels. You can find them at ImageNet (http://image-net.org/explore) or WordNet (https://wordnet.princeton.edu/wordnet/download/current-version/).

qihongl commented 6 years ago

I see! Thank you very much! This is super helpful!