Similari Versions Save

A framework for building high-performance real-time multiple object trackers

v0.22.7

1 year ago
  • 2D Point Kalman filter;
  • 2D Point Vector Kalman filter;
  • Some code improvements;

v0.22.4

1 year ago

Updates and improvements to the initial v0.22.0

v0.22.0

1 year ago
  • Stabilized Framework API
  • Ready-to-use SORT tracker for axis-aligned and rotated bounding boxes
  • Experimental VisualSORT tracker for building DeepSORT-like flavors;
  • Python interface for SORT and VisualSORT.

v0.21.1

1 year ago

Release includes improved python bindings for SORT (Maha, IoU), DeepSORT flavour, NMS, Kalman filter and polygone clipping.

v0.20.7

1 year ago

Python interface for:

  • Kalman filter for oriented, non-oriented boxes, Mahalanobis distance for oriented boxes;
  • NMS, parallel NMS for oriented, non-oriented boxes;
  • Clipping for oriented and non-oriented boxes;
  • SORT with IoU metric;
  • SORT with Mahalanobis metric;

v0.19.1

1 year ago
  • Oriented bounding boxes support;
  • SORT with oriented bounding boxes;
  • SORT optimizations for oriented bounding boxes.

v0.18.1

1 year ago
  • New Iterator API that decreases processing latency.
  • Kalman filter for BBoxes to ease SORT, and DeepSORT implementations.

v0.17.5

1 year ago

Minor release that includes a new API for querying the store.

v0.17.3

1 year ago
  • Improved benchmarks
  • Improved samples

v0.16.0

1 year ago
  • Improved several benchmarks
  • added non-blocking merge operation