deep_sort_yolov3
deep_sort_yolov3 copied to clipboard
ids number increasing suddenly
the id number is suddenly increased from 4 to 10, not sure why it's happening. Didn't change any original parameters, just ran on our video
Hello Akhilelluru all 5-9 are tracking attempts that the algorithm didn't manage to assign to an object
every object after it is detected has three stages -is_tentative = needs more information -is_confirmed = is correctly matched and assign to an id -is_deleted = is going to be deleted
The 5-9 in your case are the one that was in stage tentative but never managed to be confirmed
try to figure out your self and look at tracker.predict() and tracker.update(detections) in the demo.py file
even I am having the same problem. Is that person re-identification not working?