microsoft/TAP

TextCaps json file missing for TextVQA

HenryJunW opened this issue · 2 comments

Hello, I would like to train the TextVQA model with the extra data of TextCaps, however, the file 'TextCaps_0.1_train.json' is not provided in Line

capjson = json.load(open('data/original_dl/TextCaps_0.1_train.json','r'))
. Thanks!

Hi @HenryJunW,

Thank you so much for catching this!

Yes, your understanding is correct. I also uploaded the missing files (https://tapvqacaption.blob.core.windows.net/data/original_dl/TextCaps_0.1_train.json), feel free to have a check. Thank you :)