Skip to content

Releases: insight-platform/Similari

v0.22.9 - Bugfix release

31 Oct 10:44
3348550
Compare
Choose a tag to compare
fixed the IoU calculation (#85)

* fixed the IoU calculation

* fixed the IoU calculation

* clippy fixes

* rust 1.64

v0.22.7

28 Aug 11:04
Compare
Choose a tag to compare
  • 2D Point Kalman filter;
  • 2D Point Vector Kalman filter;
  • Some code improvements;

v0.22.4

19 Aug 14:54
Compare
Choose a tag to compare

Updates and improvements to the initial v0.22.0

v0.22.0

15 Aug 08:49
Compare
Choose a tag to compare
  • 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

11 Aug 11:14
49bb510
Compare
Choose a tag to compare

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

v0.20.7

05 Aug 10:11
b412818
Compare
Choose a tag to compare

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

30 Jul 10:40
Compare
Choose a tag to compare
  • Oriented bounding boxes support;
  • SORT with oriented bounding boxes;
  • SORT optimizations for oriented bounding boxes.

v0.18.1

25 Jul 09:01
a84e22d
Compare
Choose a tag to compare
  • New Iterator API that decreases processing latency.
  • Kalman filter for BBoxes to ease SORT, and DeepSORT implementations.

v0.17.5

20 Jul 12:46
90966ff
Compare
Choose a tag to compare

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

v0.17.3

20 Jul 08:38
Compare
Choose a tag to compare
  • Improved benchmarks
  • Improved samples