zeeshank95 / GVSR

MIT License
14 stars 2 forks source link

Cannot unzip vsitu_all_11_frames_feats #1

Closed Andrew-Zhang closed 10 months ago

Andrew-Zhang commented 10 months ago

When I try to unzip vsitu_all_11_frames_feats.zip, I get the following error:

$ unzip vsitu_all_11_frames_feats.zip 
Archive:  vsitu_all_11_frames_feats.zip
warning [vsitu_all_11_frames_feats.zip]:  10709175071 extra bytes at beginning or within zipfile
  (attempting to process anyway)
error [vsitu_all_11_frames_feats.zip]:  start of central directory not found;
  zipfile corrupt.
  (please check that you have transferred or created the zipfile in the
  appropriate BINARY mode and that you have compiled UnZip properly)

However, I can download individual files from vsitu_all_11_frames_feats, just not the entire directory. How do I download the entire directory?

Andrew-Zhang commented 10 months ago

Actually I had to do this:

zip -FF vsitu_all_11_frames_feats.zip -O fixed_vistu_all_11_frames_feats.zip
unzip fixed_vistu_all_11_frames_feats.zip