Open adwardlee opened 3 years ago
Hello, I have the same issue when I tried to tar xzvf mouth_roi_train.tar.gz
.
This command runs about 3 hour without any output. And then tar exits.
tar (child): ../mouth_roi_train.tar.gz: Cannot open: Input/output error
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Would you like to provide the MD5 checksum of the mouth_roi_train.tar.gz
? So I can know if the file is broken in the network transfering. Thanks!
Hi @LiChenda, I have not worked on the project any more. I think the file is broken in the web and needs to be updated.
@adwardlee Thank you for the reply. I can extract the ROI by myself.
Hello, I just downloaded and tested. I can still successfully extract files using tar -xvf mouth_roi_train.tar.gz. The md5sum of the file is as follows:
75026f6567584c8c6fcfc84ac133e521 mouth_roi_train.tar.gz
@rhgao Thanks for share the information. It looks like my dowloaded file is broken. I even can't run file mouth_roi_train.tar.gz
or md5sum mouth_roi_train.tar.gz
with it. I'll download it again.
Hi, I also tried this, the file can be successfully extracted now. Thanks.
Thank you all! I re-downloaded the package, and now it can be extracted.
@adwardlee谢谢回复。我可以自己提取ROI。
Hello, how do you extract ROI? Can you share it? Thank you very much!
Hi @rhgao,
Thank you for releasing the code. When I perform "tar zxvf mouth_roi_train.tar.gz", it shows "tar: Skipping to next header tar: A lone zero block at 3218058299 tar: Exiting with failure status due to previous errors". The size of file is 1155287823247. Is the file broken? Thanks.