Skip to content

for-aiur/VOTR

This branch is 2 commits behind gnebehay/VOTR:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c364034 · Sep 1, 2015

History

66 Commits
Jun 12, 2014
Jun 19, 2015
Apr 22, 2015
Jun 12, 2014
Jun 12, 2014
Jul 7, 2015
Jun 18, 2015
Apr 17, 2015
Jul 5, 2015
Apr 4, 2015
Apr 22, 2015
Jul 9, 2015
Jun 18, 2015
Jul 9, 2015
Jul 9, 2015
Sep 1, 2015
Sep 1, 2015
Jul 9, 2015

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%