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

Fix reid_hit_counter initialization. #224

Closed facundo-lezama closed 1 year ago

facundo-lezama commented 1 year ago

Fix a bug with the initialization of reid_hit_counter that started decreasing when hit_counter > 0 and made objects die before expected. Also added unit tests for ReID.

Pending: