object-tracker icon indicating copy to clipboard operation
object-tracker copied to clipboard

Object Tracker written in Python using dlib and OpenCV

Results 9 object-tracker issues
Sort by recently updated
recently updated
newest added

After I draw the bounding box on the object I want to track, when I press `p` again, I get the following error: ``` Object selected at [(857, 280), (912,...

santiago@santiago-Aspire-A515-51:~/Devel$ python '/home/santiago/Devel/videotracker/object-tracker-multiple.py' -v '/home/santiago/Documents/NewConsultoriaMarketing/accordion.mkv' Press key `p` to pause the video to start tracking Press and release mouse around the object to be tracked. You can also select multiple...

I add a ssd detector to initialize the tracker in stead of a mouse event. the problem is the tracker will appear forever after the object disappear.... how can i...

update code to work with python 3

Hi, I don't know why the key can't wok, and I cannot label the target to tracking

Kindly merge this fork with the master. Solved the issue with unresponsive keys.

key'p' will let the video just stop but not be available to select the coordinates of the tracked windows!Please tell me the solutions as soon as you can,thanks a lot!

The code works great in some instances but most of the time it does not track the objects properly so is there any way to make this code more robust?...