You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, since the vqa_data.zip is too large, we have alternatively provided chunked parts of vqa_train.tsv and vqa_test.tsv for downloading. You can try the following code snippet to download the data files:
Each chunked part tsv file contains 50K lines (around 3GB). You can check the integrity of each file with md5sum using the downloaded vqa_data_md5.txt. By concatenating the chunked parts, you will get the complete vqa_train.tsv and vqa_test.tsv files.
cat vqa_train_*> vqa_train.tsv
cat vqa_test_*> vqa_test.tsv # you can also check the md5 using vqa_data_md5.txt
If you still have problems in downloading the files, please do not hesitate to ask me.
The provided vqa_data.zip file is too large and the unzip failed (as shown in the figure above).
We have tried to fix it by
zip -F file.zip --out file-large.zip
but it doesn't work.Could you please help to provide a better way to process data files? Thanks!
The text was updated successfully, but these errors were encountered: