nrupatunga / PY-GOTURN

This is the python-caffe implementation of single object tracking from GOTURN paper
MIT License
214 stars 67 forks source link

Can it track by giving initial bounding box #7

Closed navneet1083 closed 6 years ago

navneet1083 commented 6 years ago

Can your code track by giving initial bonding box of a face ? Actually as compare to OpenCV's KCF/MIL etc tracker, where you need to pass the bounding box of first frame and it will follow for subsequent frames. I am implementing for video based scenario where i can pass the bounding box and it should followed by it.

Or tell me which python class i need to look to customise it as per the requirements.

Thanks in advance.

navneet1083 commented 6 years ago

i figured it out, it's tracker_manager.