Skip to content

Commit f5ce6d7

Browse files
committed
Added documentation for VOT2015 dataset
1 parent 35ea2b6 commit f5ce6d7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

modules/datasets/include/opencv2/datasets/dataset.hpp

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,28 @@ To run benchmark execute:
477477
./opencv/build/bin/example_datasets_tr_svt_benchmark -p=/home/user/path_to_unpacked_folders/svt/svt1/
478478
~~~
479479
480+
### VOT 2015 Database
481+
482+
Implements loading dataset:
483+
484+
"VOT 2015 dataset comprises 60 short sequences showing various objects in challenging backgrounds.
485+
The sequences were chosen from a large pool of sequences including the ALOV dataset, OTB2 dataset,
486+
non-tracking datasets, Computer Vision Online, Professor Bob Fisher’s Image Database, Videezy,
487+
Center for Research in Computer Vision, University of Central Florida, USA, NYU Center for Genomics
488+
and Systems Biology, Data Wrangling, Open Access Directory and Learning and Recognition in Vision
489+
Group, INRIA, France. The VOT sequence selection protocol was applied to obtain a representative
490+
set of challenging sequences.": <http://box.vicos.si/vot/vot2015.zip>
491+
492+
Usage:
493+
-# From link above download dataset file: `vot2015.zip`
494+
-# Unpack `vot2015.zip` into folder: `VOT2015/`
495+
-# To load data run:
496+
~~~
497+
./opencv/build/bin/example_datasets_track_vot -p=/home/user/path_to_unpacked_files/VOT2015/
498+
~~~
499+
500+
@defgroup datasets_track Tracking
501+
480502
@}
481503
482504
*/

0 commit comments

Comments
 (0)