caffe-video_triplet icon indicating copy to clipboard operation
caffe-video_triplet copied to clipboard

Corrupted files on dropbox

Open bbrattoli opened this issue 7 years ago • 4 comments

Dear Wang,

every time I download the files "collect.tar" and "collect2.tar.gz" I get corrupted files, while all other files work fine. Can you please upload the correct files again?

Thanks, Biagio Brattoli

bbrattoli avatar Aug 14 '17 17:08 bbrattoli

@bbrattoli can you try "tar xzf" with "collect.tar" and "tar xf" for "collect2.tar.gz"? the file suffix might be wrong.

xiaolonw avatar Aug 15 '17 06:08 xiaolonw

It still gives me the error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

bbrattoli avatar Aug 15 '17 07:08 bbrattoli

Dear Wang, Every time I download the files 'collect.tar' and other files, it will corrupt during downloading. Could you please provide me with the other way to get them? Thank you.

githubBingoChen avatar Oct 02 '17 06:10 githubBingoChen

@githubBingoChen & @bbrattoli use following command.

you can extract "collect.tar" by telling tar to ignore corrupted blocks, I could extract significant amount of data by using following command.

tar -R --ignore-failed-read --ignore-command-error --ignore-zeros -xf collect.tar &

ghost avatar Dec 31 '17 00:12 ghost