From 2236dff5019565958b84df7d871d41cc1db58ac7 Mon Sep 17 00:00:00 2001 From: Alex Bewley Date: Tue, 28 Nov 2023 08:01:46 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9a479b..6c1c26b 100644 --- a/README.md +++ b/README.md @@ -99,5 +99,12 @@ Below is the gist of how to instantiate and update SORT. See the ['__main__'](ht # track_bbs_ids is a np array where each row contains a valid bounding box and track_id (last column) ... - - + + + + +## 🔗 See also + +- [DeepSORT](https://github.com/nwojke/deep_sort) - The successor of SORT with a Deep Association Metric used injecting appearance information to improve the association in difficult scenarios such as occlusions and fast moving objects. +- [Local Metrics for Multi-Object Tracking](https://github.com/google-research/localmot) - A framework to help better measure and understand how well your tracker performs at association across time as opposed to the standard metrics (MOTA, HOTA) which as heavilty biased towards raw detection performance. +- [Human Scene Transformer](https://github.com/google-research/human-scene-transformer) - A recent repository for trajectory forecasting, a future direction beyond tracking (pun intended).