Releases: insight-platform/Similari
Releases · insight-platform/Similari
v0.22.9 - Bugfix release
fixed the IoU calculation (#85)
* fixed the IoU calculation
* fixed the IoU calculation
* clippy fixes
* rust 1.64
v0.22.7
- 2D Point Kalman filter;
- 2D Point Vector Kalman filter;
- Some code improvements;
v0.22.4
Updates and improvements to the initial v0.22.0
v0.22.0
- 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
Release includes improved python bindings for SORT (Maha, IoU), DeepSORT flavour, NMS, Kalman filter and polygone clipping.
v0.20.7
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
- Oriented bounding boxes support;
- SORT with oriented bounding boxes;
- SORT optimizations for oriented bounding boxes.
v0.18.1
- New Iterator API that decreases processing latency.
- Kalman filter for BBoxes to ease SORT, and DeepSORT implementations.
v0.17.5
Minor release that includes a new API for querying the store.
v0.17.3
- Improved benchmarks
- Improved samples