obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 176 forks source link

Tracked object name with track id #60

Open bibinarose opened 6 years ago

bibinarose commented 6 years ago

How can I get tracked object name along with track id for all trackings?

bibinarose commented 6 years ago

Why is the number of trackers not equal to the number of detections?

v1et4nh commented 6 years ago

I think it will give every single object an ID number. E.g. if you only want to track persons it will skip all the other objects that are detected, therefore it also skips its ID number. Correct me if I'm wrong.

vihari1729 commented 4 years ago

How can I get tracked object name along with track id for all trackings?

Did you get tracked objects name along with tracked id's?. Also, did the output is saved for you?