cvg / EMAP

[CVPR'24] 3D Neural Edge Reconstruction
https://neural-edge-map.github.io/
MIT License
125 stars 5 forks source link

Invalid .zip files for the datasets #2

Closed C-H-Chien closed 2 weeks ago

C-H-Chien commented 3 weeks ago

When trying to download the datasets provided by the huggingface, the .zip files are invalid, i.e., when using python scripts/download_data.py, an error message pops up saying zipfile.BadZipFile: File is not a zip file.

rayeeli commented 3 weeks ago

Thanks for your question. You can first download these zip files from https://huggingface.co/datasets/rayeeli/EMAP and then unzip them under EMAP/data. We are currently investigating the issue with the broken zip files.

C-H-Chien commented 3 weeks ago

Hi! Thanks for the reply. I tried again but the same issue remains; it throws the following message:

Archive:  DTU_Edge.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of DTU_Edge.zip or
        DTU_Edge.zip.zip, and cannot find DTU_Edge.zip.ZIP, period.

Thanks for the investigation and looking forward to the update.

rayeeli commented 2 weeks ago

We have updated the dataset download code. You should be able to download them by running “python scripts/download_data.py ”.

C-H-Chien commented 2 weeks ago

It works. Thanks!