shaoshengsong/DeepSORT
support deepsort and bytetrack MOT(Multi-object tracking) using yolov5 with C++ observed · 2026-09-03
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2673
- days_rel: n/a
- days_push: 1146
- n_releases_24m: 0
Adoption not part of the score
1003 stars · 219 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C++ implementation of multi-object tracking (MOT) combining YOLOv5 object detection with DeepSORT and ByteTrack trackers. It uses ONNX Runtime for CPU inference of detection and feature-extraction models, avoiding CUDA/TensorFlow dependencies.
Use cases
- track multiple objects in a video with C++
- run yolov5 detection with deepsort tracking
- implement bytetrack multi-object tracking
- deploy object tracking without GPU or cuda
- use custom re-identification feature embeddings for tracking
- process video streams with object detection and tracking
When to choose
- you need C++ multi-object tracking with YOLOv5 detection
- you want CPU-only inference via ONNX Runtime without CUDA dependencies
- you want to choose between DeepSORT and ByteTrack trackers
- you need customizable feature dimensions for re-identification
When to avoid
- you need a Python tracking pipeline
- you require a maintained project with an explicit license
- you need GPU-accelerated tracking out of the box
- you want detectors other than YOLOv5 without writing your own module
Facets
library · maturity maintenance
computer-vision machine-learning image-processing computer-vision deep-learning cpp cross-platform multi-object-tracking deepsort bytetrack yolov5 onnxruntime object-detection kalman-filter video linux
1 source
- readme: https://github.com/shaoshengsong/DeepSORT · fetched 2026-09-03 · a9e98ea7b4b0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shaoshengsong/DeepSORT | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="shaoshengsong/DeepSORT")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem