alexsax / 2D-3D-Semantics

The data skeleton from Joint 2D-3D-Semantic Data for Indoor Scene Understanding
http://3dsemantics.stanford.edu
Apache License 2.0
464 stars 67 forks source link

Error while extracting area_1.tar.gz (with XYZ) #38

Open ghost opened 3 years ago

ghost commented 3 years ago

Dear Stanford team. Thank you very much for releasing your excellent dataset. Your dataset will help us in our research in processing point cloud data.

However, when we extracted a part of the dataset, area_1.tar.gz (with XYZ), with the command tar -xvf area_1.tar.gz, we encountered one problem as following:

-------------- start of error message -------------- area_1/data/global_xyz/camera_531efeef59c348b9ba64c2bf8af4e648_hallway_7_frame_56_domain_global_xyz.exr gzip: stdin: invalid compressed data--format violated tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now -------------- end of error message ---------------

I have tried re-downloading the tar file from google drive and re-extracting it several times, but I could not extract it due to the same error. Furthermore, I observed that the MD5 checksum of the downloaded file is different from the one you have published in https://github.com/alexsax/2D-3D-Semantics/wiki/Checksum-Values-for-Data.  Is there any way to extract the file completely? Thanks in advance.

HalvesChen commented 1 year ago

@hideide Hellow, I met same problem. Could you tell me how you solved it? Thanks a lot!