ECCV'22 ChaLearn Seasons in Drift Challenge (track 1: day level) Forum

Go back to competition Back to thread list Post in this thread

> Decompressing the Zip Files

Hey,

It seems that some of the zipfiles are corrupted.

This is what comes up when decompressing such a file:

ERRORS:
Unexpected end of archive

Has anybody solved this issue?

Posted by: asafifergan @ June 6, 2022, 10:07 a.m.

Hi,
Yes this problem had been reported once before for the validation image files, however i have not been able to reproduce the issue on ubuntu 16.04, 18.04, 20.04, and windows 10 (21H1). The version installed on Ubuntu used the most recent version in the ubuntu universe repository, and were installed with '$ sudo apt install p7zip-full p7zip-rar'
Since i wasn't able to reproduce it i assumed the files must have gotten corrupted during download.

They are compressed with 7-Zip (v. 21.07) on windows 10 (21H1), do you have 7zip installed? and if such which version?

If you can let me know which files throw the error and which operating system / version of 7-zip you are using to decompress it, then maybe i can help.
Else trying to unzip it on another computer or redownloading it might solve the issue.

Posted by: Anderssj @ June 7, 2022, 8:27 a.m.

Hey! Thanks for your answer.
I'm working on ubuntu 20.4 and I have 7z installed.

Every zipfile besides Train.zip.001, Valid.zip.001 and the Train.zip.001 annotations zip is of binary type and not archive, and seem to contain frames that already exist in Train.zip.001 and Valid.zip.001.

In total I have managed to download about 566,000 frames.

Posted by: asafifergan @ June 7, 2022, 10:21 a.m.

Yes they are binary files as they are extension of the split001 archives, each archive have been split up into several files so not one file would be larger than 1 GB.
By downloading all of the files and running '$ 7z x path/to/Valid.7z' it should automatically unzip the contents of all files. However if one is damaged it will be able to still extract some data but fail during extraction.
If i provide some checksum values for each file could you double check if yours deviate from the ones we have on the server?

SHA256:
Image archives:
3a5c9f04ccb5ac268fc012ae8c9d0dab475e44752d468ab705eb337451cee7a2 Train.zip.001
e8bebda1642d9975dabcade22494d61f6751ab663f30232e372778b8eb8da416 Train.zip.002
59a27b8f0d547cf245c11d7929d0122f48ef90d23d04bfe627b210db2c149fbd Train.zip.003
d72ff6cc0cfa299f653230ba2171ca860fe723069e376d55821f3b7e7f9f1594 Train.zip.004
0202ccf0fe11a0c1902e7e9fd6074c83810488fe41568af6ba2f328c6146eb61 Train.zip.005
07a0f87897dca5ba6bbe7bd0dd732724be811d02026681ea67dbb3c7a682913d Train.zip.006
f11ad469425fc8379096053d98ba366efecc3d182b3cf825f0d789e828f6d00f Train.zip.007
ba76d0d58d3e6cd14b796283549327a06639d46af3804ac9345fe1fe7dcc8098 Train.zip.008
------------------------------------------------------------------------------------------------------
a3ede478437aa8f0ffcdd5315d3939b89019f64a6d1999d66153ae2a0d153e1a Valid.zip.001
ff3b51404da359c2202b189a6f4e6b5d55b99519e5466c8572a2d56304c7a958 Valid.zip.002
61d96fe3546b6651d70a6774ab2f41a947a4034c95b0848780b760d9126acee4 Valid.zip.003
f861475e350eb08ba045ea059d692e412f07c25ea5c28e191a4518952ac0afa5 Valid.zip.004
618075a22ca1021e32af5fbff4bfd872e3eb1796133bb8978fe65c04a6cae73d Valid.zip.005
0ea6111e30fe31dc6466fcdf6dc616d99ec92444944947a8e632cec512578c81 Valid.zip.006
0c8303d9a31d7ebd554bb1ea9b74937d21ca7c1694bc506035fa7d1a4916d5e5 Valid.zip.007
89f8960d598b8c71a35613e16f98f60310ef1450f8169b94d958d6746832fe62 Valid.zip.008
e519172295938af2c634f6530b036fd3a1c21083a2d5310726727bd421a7a2a4 Valid.zip.009
dfcd1a7bd0ccf3dd150461c67f565122f2e0f41ef5f2ac685b77ebbfcc044056 Valid.zip.010
0da007d8591f6c29a64b4bbb99bf41b39f1bc8444aaac5b3a3d9f3fa936171e7 Valid.zip.011
67168c95351540df7c52311df93553ad08c1abe480070305d3f485a754d1b614 Valid.zip.012
d98c1a20ca6db6373d4f799860dcf98bbb178395c612ac0d480bb76a906f63d8 Valid.zip.013
b5923f0f7099d62e5c88b09cd383939545108d610c110e9e45a989871d767f79 Valid.zip.014
1e031ae865d6e6a3a0df8bc7ad7dfe18038a5ee48638c1e948cf7b17bdd9152c Valid.zip.015
0b754df6cffdf4e96c3ab52c0dd74fcb0a96f331c703b9c78d6916523b9b6b71 Valid.zip.016
9013de3fab1d2056b00e75f97dffa9a3d8ebf1064bb78c9269051747871a4add Valid.zip.017
Annotation Archives:
http://data.chalearnlap.cvc.uab.cat/SeasonsInDriftEccv22/dataset/annotations/Train.zip.001

Posted by: Anderssj @ June 7, 2022, 12:27 p.m.
Post in this thread