From e0a6d10932c10abe83e62291e4b95dd749e84af5 Mon Sep 17 00:00:00 2001 From: Matin Rafiei Forooshani Date: Sat, 30 May 2026 10:25:58 +0330 Subject: [PATCH 1/2] docs: add community C++ port to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7eab7e4a8..681dfa0b8 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,9 @@ Want to see it in action before writing any code? Try trackers in your browser w - **Try without installing** → [Hugging Face Playground](https://huggingface.co/spaces/roboflow/trackers) - **Questions?** Find us on [Discord](https://discord.gg/GbfgXGJ8Bk). +## Community Ports +* **C++ Edge Port:** A highly-optimized, hardware-agnostic C++ translation of this repository (BoTSORT, ByteTrack, OC-SORT and SORT) designed for real-time Edge AI deployments (Raspberry Pi, Jetson) is available at [EdgeTrackers-CPP](https://github.com/MatinRafiei/roboflow-trackers-cpp.git). + ## Contributing We welcome contributions. Read our [contributor guidelines](https://github.com/roboflow/trackers/blob/release/stable/CONTRIBUTING.md) to get started. From 8a112643f083025d52fcd5835d129073ce56aed7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:00:02 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20?= =?UTF-8?q?format=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 681dfa0b8..fc5f3afbe 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,8 @@ Want to see it in action before writing any code? Try trackers in your browser w - **Questions?** Find us on [Discord](https://discord.gg/GbfgXGJ8Bk). ## Community Ports -* **C++ Edge Port:** A highly-optimized, hardware-agnostic C++ translation of this repository (BoTSORT, ByteTrack, OC-SORT and SORT) designed for real-time Edge AI deployments (Raspberry Pi, Jetson) is available at [EdgeTrackers-CPP](https://github.com/MatinRafiei/roboflow-trackers-cpp.git). + +- **C++ Edge Port:** A highly-optimized, hardware-agnostic C++ translation of this repository (BoTSORT, ByteTrack, OC-SORT and SORT) designed for real-time Edge AI deployments (Raspberry Pi, Jetson) is available at [EdgeTrackers-CPP](https://github.com/MatinRafiei/roboflow-trackers-cpp.git). ## Contributing