facebookresearch / VisualVoice

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

mouth_roi_train #9

Closed koala7580 closed 2 years ago

koala7580 commented 3 years ago

Hi , After I downloaded the mouth_roi_train.tar.gz, I encountered a problem while decompressing it. I'm not sure whether it was a data problem or an operation problem. Others data can be decompressed correctly. Could you please take a look? Thank you.

` $ tar -xf mouth_roi_train.tar.gz

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now $ tar -zxf mouth_roi_train.tar.gz

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now $ ll -h 总用量 1.1T -rw-rw-r-- 1 1.1T 1月 20 11:59 mouth_roi_train.tar.gz $ file mouth_roi_train.tar.gz mouth_roi_train.tar.gz: data `

wxystudio commented 3 years ago

use "tar -zxvf" to unzip the tar.gz