- Notifications
You must be signed in to change notification settings - Fork27
foolwood/DAT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a C++ reimplementation of algorithm presented in "In Defense of Color-based Model-free Tracking." .Since the source code contains no multiscale module, we just retain distractor-aware object module which is rather fast.For more info, visit the autor'swebpage!.
Simple test can be compiled like:
cmakemake.\DAT
For test thevot2015 challenge, please download thedataset at first and then unzip to ${DAT}.
cmakemake.\DAT vot2015
Test in Windows with Intel i7-4790
Test in ubuntu 16.04 with Intel i7-6700
@INPROCEEDINGS{possegger15a, author = {Horst Possegger and Thomas Mauthner and Horst Bischof}, title = {In Defense of Color-based Model-free Tracking}, booktitle = {Proc. IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year = {2015}}