ifzhang / ByteTrack

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

Running ONNX model with C++, object id is reset when it is blocked #217

Open Blankit opened 2 years ago

Blankit commented 2 years ago

It's very appreciate for your contributions. When I using yolov5 model to detect and use your method to track, object id is reset when it is blocked. It's only happened in C++. The C++ code is in tensort directory. It's correct with python. What's difference in hyper parameters between C++ and python?

InfiniteLife commented 2 years ago

I have related impression from C++ tensorrt code, it tracks okay moving objects but if objects are standing still even with high confidence around 0.9, it wont track them.