oxuva / long-term-tracking-benchmark

[ECCV'18] Long-term Tracking in the Wild: A Benchmark
https://oxuva.github.io/long-term-tracking-benchmark
180 stars 37 forks source link

dataset cannot be extract #2

Open zouying-sjtu opened 5 years ago

zouying-sjtu commented 5 years ago

dataset download from baiduyunpan cannot be extract nomally , i don't kown whether i used wrong way to extract or the files have broken.can you tell me how to extract them.i use cat and tar in linux system.i also use rar.exe to extract in window10 . However i failed both ways.

jvlmdr commented 5 years ago

Hi!

The md5 hash should be

images_dev.tar -- 7af59782d7b4332a645a0025bf6759a1

and that file should be about 51GB. Can you confirm that this is correct?

I don't think it should matter, but instead of cat and tar, try using:

tar -xf images_dev.tar
bertinetto commented 5 years ago

Hi, Also, are you using the password provided in the email?

On Mon, 26 Nov 2018, 09:46 Jack Valmadre <notifications@github.com wrote:

Hi!

The md5 hash should be

images_dev.tar -- 7af59782d7b4332a645a0025bf6759a1

and that file should be about 51GB. Can you confirm that this is correct?

I don't think it should matter, but instead of cat and tar, try using:

tar -xf images_dev.tar

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oxuva/long-term-tracking-benchmark/issues/2#issuecomment-441578037, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLRudBRocNVkyr9zMgnaMJFgnu3RDcpks5uy7h5gaJpZM4YyWMh .

zouying-sjtu commented 5 years ago

the files are seperate stored , they were compressed to partaa , partab ... .so should i use 'cat images_dev.tar.parta* > images_dev.tar' to merge first?i tried this way ,and compute md5 as follow 'md5sum images.tar ' '17cc9b927f077cf87f33b8780f130c53 images.tar' you think my md5 is wrong?