Skip to content

Barbakas/VOTR

 
 

Repository files navigation

#Visual Object Tracking Repository

This repository aims at collecting state-of-the-art tracking algorithms that are freely available. In addition, each tracker that is listed here was adapted as to implement a simple standard calling convention to make automated comparison of tracker results more easy.

Currently, the following trackers are contained in this repository:

The calling convention follows the file protocol of the VOT challenge. In this calling convention, the tracker can expected to find the files images.txt and region.txt that contain the individual image file names and the initialization region respectively. After tracking, the file output.txt is written by the tracker into the folder. The python files in this repository can be used to run a tracker on a given sequence. It is necessary to copy the file .cv-example to your home folder ~/.cv and adapt the contents accordingly for these scripts to work. A suitable dataset can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.3%
  • HTML 28.5%
  • MATLAB 16.7%
  • TeX 3.5%
  • C 1.1%
  • Python 0.5%
  • Other 0.4%