ifzhang / ByteTrack

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

How to get "Total number of frames since last measurement update."? #74

Closed AydinAlptug closed 3 years ago

AydinAlptug commented 3 years ago

I am working on onnx_inference.py and I need to get the "Total number of frames since last measurement update." for my algorithm. DeepSort includes this field as "time_since_update" However, I could not find the corresponding on ByteTrack. I will be very pleased if I you can help me?

AydinAlptug commented 3 years ago

I have edited the code according to my needs. Especially the byte_tracker.py