Add boost python, and predictor wrapper
authorPeng Li <seudut@gmail.com>
Wed, 18 Jul 2018 18:28:57 +0000 (02:28 +0800)
committerPeng Li <seudut@gmail.com>
Wed, 18 Jul 2018 18:28:57 +0000 (02:28 +0800)
commit48adce31a0ffdb3757ee1be8a63ce7e769e87deb
treee78b66e26a44f4c8f9730dbdfb2dbfdc681aa912
parente45efc2cf76f6dc89e8b02484bf69a400cb93cf9
Add boost python, and predictor wrapper
16 files changed:
README.md
SConstruct
include/Detector.h
include/Metrics.h
include/MultiTracker.h
include/PredictorWrapper.h [new file with mode: 0644]
include/hungarian.h
main.cpp
python/model.pkl [new file with mode: 0644]
python/predictor.py [new file with mode: 0644]
src/Engine.cpp
src/Metrics.cpp
src/MultiTracker.cpp
src/PredictorWrapper.cpp [new file with mode: 0644]
src/hungarian.cpp
test/TestHungarian.cpp