dvlab-research/SDSD

Issue with unzipping SDSD dataset after download from Google Drive

zohrehazizi opened this issue · 1 comments

Hi,
I have downloaded the SDSD dataset from the Google Drive link on my Ubuntu system. However, I get the following error when I attempt to unzip the downloaded folder:
bad zipfile offset (local header sig)
I tried unzipping with unzip, tar, and jar commands but unfortunately none of them worked for me. Could you please help me with this? Thank you!

Hi, I had the same issue. I used "zip -s 0 outdoor_png.zip --out tmp.zip && unzip tmp.zip -d .", and it worked for me (for the outdoor_png folder).

I hope it helps.