visual-qa icon indicating copy to clipboard operation
visual-qa copied to clipboard

Images Validation filename is mismatched

Open ajsutrave opened this issue 8 years ago • 0 comments

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',

ajsutrave avatar Mar 18 '17 17:03 ajsutrave