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

How to decompress Cityperson dataset? #143

Closed
scangit opened this issue Apr 22, 2020 · 5 comments
Closed

How to decompress Cityperson dataset? #143

scangit opened this issue Apr 22, 2020 · 5 comments

Comments

@scangit
Copy link

scangit commented Apr 22, 2020

I try to decompress cityperson dataset:
cat Citypersons.z01 Citypersons.z02 Citypersons.z03 Citypersons.zip > c.zip unzip c.zip

But I got the following error:
Archive: c.zip error: End-of-centdir-64 signature not where expected (prepended bytes?) (attempting to process anyway) warning [c.zip]: zipfile claims to be last disk of a multi-part archive; attempting to process anyway, assuming all parts have been concatenated together in order. Expect "errors" and warnings...true multi-part support doesn't exist yet (coming soon). warning [c.zip]: 9437184000 extra bytes at beginning or within zipfile (attempting to process anyway) file #1: bad zipfile offset (local header sig): 9437184004 (attempting to re-compensate)

I can only get partially unzipped files:
ls Citypersons/images/train/ tubingen ulm weimar zurich

Can you provide the checksum of all part of Citypersons?

@abutaufique
Copy link

I got the same problem..

@anhnktp
Copy link

anhnktp commented Apr 22, 2020

@scangit you can check #139
You may try to download all .zip file again

@abutaufique
Copy link

I am still getting the same problem after following #139. Only part of the files got unzipped.

@abutaufique
Copy link

Solved it!! Needed to repair the zip file after concatenation.

@scangit
Copy link
Author

scangit commented Apr 23, 2020

Solved it!! Needed to repair the zip file after concatenation.

Thank you for your reply. I can decompress it correctly now. The command I use is:
zip -FF Citypersons.zip --out c.zip
then
unzip c.zip

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

3 participants