ihollywhy / pyKSP

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 88.5%Language:Python 4.7%Language:Jupyter Notebook 3.8%Language:C 1.7%Language:Makefile 1.3%