Skip to content

matkovst/IncrementalVisualTracker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IncrementalVisualTracker-python

This repository contains a python-implementation of Incremental Visual Tracking algorithm presented in the paper Incremental Learning for Robust Visual Tracking. The code was mostly grounded on the original MATLAB-implementation posted in http://www.cs.toronto.edu/~dross/ivt/.

Requirements

  1. Python 3.6+.
  2. NumPy 1.16+.
  3. Python-opencv 4.1+ (3.4+ may work as well).

Run

python demo.py --input <path_to_video> [--debug <int>] [--record <int>]

You can tune tracker parameters for your video by changing model_specific.py file

Releases

No releases published

Packages

No packages published

Languages