Skip to content

Releases: Techainer/norfair

v0.3.3

29 Dec 02:55
7b2308e
Compare
Choose a tag to compare

We are now optimized for the use case when there is 1 representative point per detection (i.e. the center of detection box) and uses a fixed distance function that is the Euclidean distance between the tracker's estimate and that point. Making this up to 10 times faster than the original Norfair implementation.

In doing so, we also dropped the use of past_detections_length, distance_function, and the concept of "detection scores" since we are not using them anyway. Thus make the dependencies only include numpy and numba.

v0.3.2

17 Dec 08:23
3d8d578
Compare
Choose a tag to compare

This fork was maintained by Techainer. It's attempt to assign a track id to each object instead of return a list of new object after tracking.