avisingh599 / visual-qa

[Reimplementation Antol et al 2015] Keras-based LSTM/CNN models for Visual Question Answering
https://avisingh599.github.io/deeplearning/visual-qa/
MIT License
481 stars 186 forks source link

Images Validation filename is mismatched #30

Open ajsutrave opened 7 years ago

ajsutrave commented 7 years ago

I think the dumpText.py script creates a file with an _all prefix at the end. The eval scripts should be updated to match. For example:

- images_val = open('../data/preprocessed/images_val2014.txt', + images_val = open('../data/preprocessed/images_val2014_all.txt',