-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem downloading files from dataverse #9
Comments
Try downloading in collab . from google.colab import drive this might fail 2/3 times. I could download the file in the third try. Other files can be downloaded without any issues individually. |
Thank your for your response. I'm trying to download this one (https://dataverse.csuc.cat/dataset.xhtml?persistentId=doi%3A10.34810%2Fdata693). Would you know the right path for accessing through the API? |
No, I don't know about that. But the main problem happens while downloading the train.zip file. Other files can be downloaded individually quiet easily without any problem. |
A fessible solution is using curl to split the large file into chunks, download them one by one, and merge them into the whole file. This solution works well for me:
|
Hello,
Thanks for the great work. I'm trying to download the I3D keypoints and .tsv from the dataverse, but the download is really slow.
I wonder if there's a faster option for downloading the data.
Thanks.
The text was updated successfully, but these errors were encountered: