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

data unzip error #18

Open
xiezhang666 opened this issue Jul 15, 2023 · 3 comments
Open

data unzip error #18

xiezhang666 opened this issue Jul 15, 2023 · 3 comments

Comments

@xiezhang666
Copy link

thanks for your great job!
I got some error when I untar data package FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz.
Here is my command,
tar xvf FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz

After minutes, there is something wrong happened. Could you repack data set?

gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@SxJyJay
Copy link
Owner

SxJyJay commented Jul 15, 2023

You can try the following two solutions. 1. Use the command tar -zxvf FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz to unzip the downloaded data. 2. Check the md5 code of your downloaded data in case you have not downloaded the complete data. The correct md5 code for file "FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz." should be 16c837a175c90e8bad9c6c2c5d9b4786 FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz. Hope it helps.

@xiezhang666
Copy link
Author

  1. when I use tar -zxvf FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz,it still got same error。
  2. Here is my md5 check code. It's different from md5 code you provided.
    I use baidu_networkdisk-client and it download FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz completely.

PS C:\Users\linux> certutil.exe -hashfile F:\msmd\new\FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz
SHA1 的 F:\msmd\new\FOREGROUND_6NN_WITH_DPETHS_sweeps.tar.gz 哈希:
1f92384d34e98cbb4b5b81985e3e997ea89ec47b
CertUtil: -hashfile 命令成功完成。

@SxJyJay
Copy link
Owner

SxJyJay commented Jul 16, 2023

The wrong md5 code means that the downloaded file is not complete or damaged due to network reasons. You can try to download it again.

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

2 participants