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.
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.