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.41k stars 247 forks source link

Avoid reseting the object count on the tracker #182

Closed javiber closed 2 years ago

javiber commented 2 years ago

Fixes #181

This change forces the tracked object count (which is used for the ids of new objects) to be shared across trackers in case multiple instances of them are needed

javiber commented 2 years ago

This doesn't solve the underlying issue, a proper solution will be implemented after the release