facebookresearch / VisualVoice

Audio-Visual Speech Separation with Cross-Modal Consistency
Other
218 stars 35 forks source link

error extracting mouth_roi_train.tar.gz #12

Open adwardlee opened 2 years ago

adwardlee commented 2 years ago

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.

LiChenda commented 2 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!

adwardlee commented 2 years ago

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.

LiChenda commented 2 years ago

@adwardlee Thank you for the reply. I can extract the ROI by myself.

rhgao commented 2 years ago

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

LiChenda commented 2 years ago

@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.

adwardlee commented 2 years ago

Hi, I also tried this, the file can be successfully extracted now. Thanks.

LiChenda commented 2 years ago

Thank you all! I re-downloaded the package, and now it can be extracted.

liyueqwe commented 2 years ago

@adwardlee谢谢回复。我可以自己提取ROI。

Hello, how do you extract ROI? Can you share it? Thank you very much!