Where to get these images for Lesson 9: neural-style.ipynb ? fast/imagenet/sample

Hi,

after getting a lot of notebooks to work by downloading data sets from kaggle and other sources I still don’t really know where this data for the neural-style notebook should come from:

dpath = ‘/data/jhoward/fast/imagenet/sample/’

I’d appreciate any pointers!!

Also: how was the fnames = pickle.load(open(path+‘fnames.pkl’, ‘rb’)) created? I just glob()ed names from the non-fast imagenet sample dir but I am not getting a picture of a bird in the next cell of the notebook.

1 Like

http://files.fast.ai/data/

1 Like

are there any human readable labels for these images?

Are you talking about imagenet labels? If that’s the case this might be helpful.
http://files.fast.ai/data/classids.txt

Those labels are actually the equivalent of the IDs of words from Wordnet.

1 Like