visual-qa
visual-qa copied to clipboard
Images Validation filename is mismatched
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',