Open basit26374 opened 4 years ago
If I change this line : if predicted_class != ['person', 'car', 'truck']: continue
if predicted_class != ['person', 'car', 'truck']: continue
So how I can display prediction score and label on object with track ID ?
Hi Did you find a solution how to get the ID of people in video?
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?
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 ?