yash-iiith / mil

Multiple Instance Learning tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Instance Learning tracker

This code is an implementation of the MilTrack algorithm [1]. It is based on the original code of Boris Babenko, but was updated to use OpenCV 2.4+, to use CMake for compiling the code, and to integrate the TraX protocol for easier evaluation.

Copyright (c) 2009 Boris Babenko. Distributed under the terms of the GNU Lesser General Public License (see the included gpl.txt and lgpl.txt files). Use at own risk.

References:

[1] Visual Tracking with Online Multiple Instance Learning; B. Babenko, M. H. Yang, S. Belongie; CVPR 2009

About

Multiple Instance Learning tracking


Languages

Language:C++ 99.4%Language:CMake 0.6%