Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading mscoco bottom-up features #45

Closed
mrfarazi opened this issue Oct 7, 2019 · 4 comments
Closed

Downloading mscoco bottom-up features #45

mrfarazi opened this issue Oct 7, 2019 · 4 comments

Comments

@mrfarazi
Copy link

mrfarazi commented Oct 7, 2019

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
Copy link
Contributor

yuzcccc commented Oct 7, 2019

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
Copy link
Author

mrfarazi commented Oct 7, 2019

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
Copy link
Collaborator

MIL-VLG commented Oct 8, 2019

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

@MIL-VLG MIL-VLG closed this as completed Oct 31, 2019
@shahansa
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants