Skip to content

Commit

Permalink
added information in the readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Aug 19, 2022
1 parent fbca51b commit 9eb76aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Python interface exposes ready-to-use functions and classes of Similari. As for
* NMS (Non-maximum suppression);
* the Sutherland-Hodgman clipping, intersection area for oriented (rotated) boxes;
* SORT with IoU and Mahalanobis metric;
* BatchSORT with IoU and Mahalanobis metric;
* VisualSORT - DeepSORT-like tracker with euclidean/cosine metric for visual features and IoU/Mahalanobis metric
for positional tracking (VisualSort).

Expand Down Expand Up @@ -232,7 +233,8 @@ Collected articles about how the Similari can be used to solve specific problems

* IoU object tracker [example](https://medium.com/@kudryavtsev_ia/high-performance-object-tracking-engine-with-rust-59ccbc79cdb0);
* Re-ID object tracker [example](https://medium.com/@kudryavtsev_ia/feature-based-object-tracker-with-similari-and-rust-25d72d01d2e2);
* SORT object tracker [example](https://medium.com/p/9a1dd18c259c).
* SORT object tracker [example](https://medium.com/p/9a1dd18c259c);
* Python SORT object tracker [example](https://medium.com/@kudryavtsev_ia/high-performance-python-sort-tracker-225c2b507562).

## Usage Examples

Expand Down

0 comments on commit 9eb76aa

Please sign in to comment.