Event-AHU / EventVOT_Benchmark

[CVPR-2024] The First High Definition (HD) Event based Visual Object Tracking Benchmark Dataset
65 stars 2 forks source link

Will there be a download script? #1

Closed agirbau closed 12 months ago

agirbau commented 1 year ago

Thank you for this work, looks incredible!

I would like to know if you plan to add a script or similar to download the dataset from terminal, as accessing from the browser might not always be possible. Thanks so much!

wangxiao5791509 commented 1 year ago

@agirbau Hi, thanks for your attention to our work. It seems that the dropbox download link can be adjusted for download via wget on the terminal. You can try the following script:

wget https://www.dropbox.com/scl/fo/fv2e3i0ytrjt14ylz81dx/h?rlkey=6c2wk2z7phmbiwqpfhhe29i5p"&"dl=1

Please let me know whether it works for the download. Thanks.

agirbau commented 1 year ago

Thanks for the quick response!

It seems to work, I'm downloading the dataset and get back to you once it's finished. Thanks so much!

agirbau commented 12 months ago

It's working perfectly thanks so much!

P.S. Maybe you could add it to the README so other people can use it. Also, it would be nice to use the -O parameter to give a name to the downloaded file.

wangxiao5791509 commented 12 months ago

@agirbau Thanks for your feedback. We will update this in the README.

wangxiao5791509 commented 12 months ago

wget -O EventVOT_dataset.zip https://www.dropbox.com/scl/fo/fv2e3i0ytrjt14ylz81dx/h?rlkey=6c2wk2z7phmbiwqpfhhe29i5p"&"dl=1

@agirbau This script has been updated in the README. Thanks.