• Stars
    star
    198
  • Rank 190,982 (Top 4 %)
  • Language
    C++
  • Created almost 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.