/pyKSP

This is a Python wrapper for the K-Shortest Path tracking algorithm.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Python wrapper for “Multiple Object Tracker Using K-Shortest Paths”

Wrapper written by Pierre Baqué from the original "Multiple Object Tracker Using K-Shortest Paths" code.

Usage

If you want to modify the source code or need recompile the wrapper, enter the command:

cd pyKSP
python setup.py build_ext --inplace

The python script in "pyKSP-Example.py", provides an example on how to use pyKSP from Python.

References

For more information about the KSP algorithm, please check the following article:

Jerome Berclaz, Francois Fleuret, Engin Turetken and Pascal Fua, "Multiple Object Tracking using K-Shortest Paths Optimization", IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2011.