neural-nuts / image-caption-generator

[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
BSD 3-Clause "New" or "Revised" License
148 stars 57 forks source link

Cannot generate features(features.npy) corresponding to the images in the dataset folder by running: python convfeatures.py #10

Closed Kirthana30 closed 6 years ago

Kirthana30 commented 6 years ago

Images:

Traceback (most recent call last): File "convfeatures.py", line 136, in print "#Images:", len(files) NameError: name 'files' is not defined I don't know how to fix this error. It is already defined above, so why is it giving me this error? I already downloaded flickr30k_images and results_20130124.token in Dataset folder.

CajetanRodrigues commented 5 years ago

how did you solve that ??