ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

ID not changing #218

Closed frant4nk closed 2 years ago

frant4nk commented 2 years ago

Im running ByteTrack alongisde with a custom yolov5 and i only have to detect a single object on each frame, so there won't be 2 objects on a frame. The problem is that i need the ID to increment but ID is always set to 1. So the way it works is giving a different ID to a different objects in the image, and since i only have 1 object, i will always have 1 ID, or am i missing some configuration to increment de IDs?