GOTURN icon indicating copy to clipboard operation
GOTURN copied to clipboard

How to test on other datasets, like UCF-101?

Open rao1219 opened this issue 9 years ago • 2 comments

Can it be used to run on other datasets like UCF-101 and how to? Thank you.

rao1219 avatar Sep 12 '16 07:09 rao1219

You should write a method that loads the data - see loader_alov.cpp or loader_vot.cpp as an example. Then do something similar to test_tracker_alov.cpp, using your loader instead of LoaderAlov.

davheld avatar Sep 12 '16 08:09 davheld

I would like to test on different videos. What all do i need to change to make it work (or recognize the object or follow ) ?

I found multiple files in testing folder (by VOT-2014). How to generate/get these files - camera_motion.label, illum_change.label, motion_change.label, occlusion.label, practical.value and size_change.label

navneet1083 avatar Sep 29 '16 05:09 navneet1083