Qidian213 / deep_sort_yolov3

Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
GNU General Public License v3.0
1.65k stars 593 forks source link

How display object score and label ? #146

Open basit26374 opened 4 years ago

basit26374 commented 4 years ago

If I change this line : if predicted_class != ['person', 'car', 'truck']: continue

So how I can display prediction score and label on object with track ID ?

pordeli commented 4 years ago

Hi Did you find a solution how to get the ID of people in video?

pordeli commented 3 years ago

Hi.

I have used Deepsort and the output .txt file just have detections wothout ID of people. How Can I get the ID of people?