Initialise a tracker without a bounding box
How can one initialise a tracker with an image instead of drawing a bounding box around the object of interest every time?
How can one initialise a tracker with an image instead of drawing a bounding box around the object of interest every time?
Asked: 2015-08-27 05:02:53 -0600
Seen: 142 times
Last updated: Aug 27 '15
RGB2Gray::operator() causing segmentation fault when using Python
Outsider seeking advice on cuboid detection & robot localization
Recognize an object from a flat background?
Object Recognition dataset with paintings ?
Multiple object detection with 2D features and homography?
Object Detection Positive Samples Background
afaik, you're already initializing the tracker with the image cropped from the bb.
@berak Thanks for the response Sir. From what I could comprehend from this page and the code, the tracker should be initialised with a bounding box. A code sample would be greatly appreciated. Please help me out.
plenty here