batra-mlp-lab / visdial

[CVPR 2017] Torch code for Visual Dialog

Home Page:https://arxiv.org/abs/1611.08669

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong filename for visdial_data_{}.h5 in VisDial v1.0

DJJune opened this issue · comments

@abhshkdz Hi,My code could not get the val question in visdial_data_trainval.h5 and I found the val set in the train.h5
Could you please check whether the filename is wrong in VisDial v1.0?

Hey @DJJune, these are accurate. visdial_data_trainval.h5 combines v1.0 train+val into train, and has v1.0 test as test.

And visdial_data_train.h5 has v1.0 train as train, v1.0 val as val and v1.0 test as test.