All Projects → foolwood → Dat

foolwood / Dat

In Defense of Color-based Model-free Tracking

DAT

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's webpage!.

dat

Usage

Simple test can be compiled like:

cmake
make
.\DAT

result

For test the vot2015 challenge, please download the dataset at first and then unzip to ${DAT}.

cmake
make
.\DAT vot2015

Speed

Test in Windows with Intel i7-4790

speed

Test in ubuntu 16.04 with Intel i7-6700

speed

Reference

@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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].