caffe-video_triplet
caffe-video_triplet copied to clipboard
Corrupted files on dropbox
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 can you try "tar xzf" with "collect.tar" and "tar xf" for "collect2.tar.gz"? the file suffix might be wrong.
It still gives me the error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
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 & @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 &