tryolabs / norfair

Lightweight Python library for adding real-time multi-object tracking to any detector.
https://tryolabs.github.io/norfair/
BSD 3-Clause "New" or "Revised" License
2.39k stars 243 forks source link

Tracking objects when detection info is empty #276

Closed rose-jinyang closed 11 months ago

rose-jinyang commented 1 year ago

Hello How are you? Thanks for contributing to this project. The object tracking result is empty when the detection info as tracker's input data is empty. Is this an issue? In fact, the tracking result should be NOT empty although the detection info is empty.

aguscas commented 12 months ago

Hello @rose-jinyang ! Sorry for the late response. I couldn't follow exactly what was the bug you were experiencing. Could you add more information on your problem? Maybe a few lines of code showing what you were trying to run could be useful.