A python binding for compressive tracking which is designed for real-time object tracking.
- Kitesurf: https://youtu.be/7fYTloE1KCc
- Bolt: https://youtu.be/XeH4oDwVZj8
- python 3
- opencv 3 with python 3 support
- numpy
- cython
Following command will build the python binding for the c++ version of compressive tracking.
python3 setup.py
From the webcam:
python3 run.py
From a video file with the detecting box specified:
python3 run.py -v video.mp4 -b "(10, 10, 20, 20)"
For more definitions about the arguments, please execute
python3 run.py -h
There is also a post describing some details about this binding.