GOTURN
GOTURN copied to clipboard
stuck with basic issue
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

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!!
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.