-
Notifications
You must be signed in to change notification settings - Fork 0
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
Downloads either crash or give corrupted zip files #10
Comments
Hi, |
Hi @partofthestars, I'm glad that you managed to download the LGI dataset files without errors. But we cannot do it. I investigated the issue a bit more. See all the files in the attached archive lgi_logs_for_send.zip
I downloaded several files from LGI dataset several times -- see the script As the result, I received several files, and the files downloaded from the same URI (e.g. But all these files have different md5sum-s. I ran When I tried to make extraction, I received errors -- and there were different errors in different archives (see the file |
As far as I understand, if I downloaded one file several times and receive different md5sum-s, it means that it was downloaded incorrectly. Please, also note that I managed to download other rPPG public datasets without errors. I have the issue with LGI dataset only. Could you upload the dataset archives to another place too (Google Drive? OneDrive?) |
I can only tell you again, if I download something from there, I can open the zip files normally and use the content. and no i can't upload the data somewhere else. I'm sorry for that. |
Hi all,
Unfortunately, all our attempts to download dataset archives failed. Each download was either crashed, or the result is not a valid zip archive. Sometimes the archive is almost valid -- 7zip allows to extract almost all files from it (but not all of them).
It seems that there is an error on the server side:
when we compared first 10,000,000 bytes of two versions of one archive, received from two different attempts to download, we found out that from some place two pieces of archive were swapped (size of each piece was about 3000 bytes, but it was sufficient to break the zip format).
We used to download on Linux curl, wget, aria2, Firefox, and Google Chrome.
We used to extract archives 7zip (several versions) and Linux unzip utility.
Could you say how could we download the archives?
The text was updated successfully, but these errors were encountered: