Wrapper written by Pierre Baqué from the original "Multiple Object Tracker Using K-Shortest Paths" code.
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.
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, to be published.