researchmm / LightTrack

[CVPR21] LightTrack: Finding Lightweight Neural Network for Object Tracking via One-Shot Architecture Search
MIT License
396 stars 59 forks source link

Help needed to prepare dataset. #2

Closed purvang3 closed 3 years ago

purvang3 commented 3 years ago

downloaded from https://www.votchallenge.net/vot2019/dataset.html

VOT2019 dataset preview

but did not have list.txt

FileNotFoundError: [Errno 2] No such file or directory: 'LightTrack/lib/utils/../../dataset/VOT2019/list.txt'

MasterBin-IIAU commented 3 years ago

Hi, sorry for the late reply. Please download the VOT2019 dataset using the official VOT Toolkit. Thanks.

TCBocean commented 3 years ago

list.txt is the name of each folder in VOT2019, similar to the following:

agility
ants1
ball2
ball3
basketball
birds1
bolt1
……

You can write a python script directly to generate it.

purvang3 commented 3 years ago

Thanks @MasterBin-IIAU and @TCBocean. working now.