GOTURN icon indicating copy to clipboard operation
GOTURN copied to clipboard

stuck with basic issue

Open hbzhang opened this issue 7 years ago • 1 comments

with your tutorial

Then you can run the tracker on the test set and visualize the output by running the following script:

bash scripts/show_tracker_test.sh vot_folder where vot_folder is the path to the unzipped VOT files.

Looks like show_tracker_test.sh looks for video files in vot_folder.

But I download vot2014 dataset. There are NO VIDEO data. they are just like this screen shot 2018-07-15 at 1 12 44 am

Essential the data just consist of images under color folder plus some *.tag and .value files. NO VIDEO data.

What I am doing wrong here? Thanks!!

hbzhang avatar Jul 15 '18 05:07 hbzhang

You have to download the annotations and the video file (which is actually a folder with a bunch of images - frames of a video) Then dump the images into the annotations file, and then you are good to go.

FranciscoGomez90 avatar Sep 18 '19 02:09 FranciscoGomez90