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/.
- Python 3.6+.
- NumPy 1.16+.
- Python-opencv 4.1+ (3.4+ may work as well).
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