foolwood / DAT

In Defense of Color-based Model-free Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}
}

About

In Defense of Color-based Model-free Tracking


Languages

Language:C++ 98.9%Language:CMake 1.1%