From 495247eb0966ffd8d24113ded3a0207316b41bd7 Mon Sep 17 00:00:00 2001 From: Shanliang Yao <1329517386@qq.com> Date: Tue, 14 May 2024 21:10:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c47753eef2..459fae5abb 100755 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ In inverse chronological order: * Enabled tracking per class for all trackers besides StrongSORT by `--per-class` (March 2024) * Enabled trajectory plotting for all trackers besides StrongSORT by `--show-trajectories` (March 2024) -* All trackers inherit from BaseTracker (Mars 2024) +* All trackers inherit from BaseTracker (March 2024) * Switched from setuptools to poetry for unified: dependency resolution, packaging and publishing management (March 2024) * ~x3 pipeline speedup by: using pregenerated detections + embeddings and jobs parallelization (March 2024) * Ultra fast exerimentation enabled by allowing local detections and embeddings saving. This data can then be loaded into any tracking algorithm, avoiding the overhead of repeatedly generating it (February 2024)