MILVLG / openvqa

A lightweight, scalable, and general framework for visual question answering research
Apache License 2.0
320 stars 64 forks source link

Downloading mscoco bottom-up features #45

Closed mrfarazi closed 4 years ago

mrfarazi commented 5 years ago

Hello, While downloading the bottom-up features for the mscoco images, either from OneDrive or BaiduYun, the download fails after a few minutes. I have tried several times from different browsers and OS, but it didn't work. Could you please give direct links to the files so that one can 'wget' or provide a script to download them.

Thanks in advance

yuzcccc commented 5 years ago

Sorry that we still do not have such any better choice than OneDrive or BaiduYun. If you have configured the environment for caffe. You can follow the script at the bottom of this project to extract the features for the images for VQA-v2 by yourself.

mrfarazi commented 5 years ago

Thanks for your reply. On the OneDrive website it says, "Downloads are subject to the following limits: individual file size limit: 10GB; total zip file size limit: 20GB; total number of files limit: 10,000." I guess this was the cause of the error.

If anyone has any better idea, or any workaround, please let me know.

MIL-VLG commented 5 years ago

emm, it is strange. I have asked someone else to use the OneDrive link, they can successfully download the file without such limitations.

shahansa commented 4 years ago

Adding a late comment in case someone needs this in the future. I faced similar problem with the download but found a workaround. wget can resume from where the download is failed. To use wget with onedrive link given, observe the POST request in developer tab and copy the request header. Now construct a wget command with all of the header data including the cookies to download the files.