Ross ROSS = Recommend OSS · open-source software intelligence for agents

GeekAlexis/FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀 observed · 2026-08-28

github.com/GeekAlexis/FastMOT · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 2407
  • days_rel: n/a
  • days_push: 769
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1220 stars · 253 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

FastMOT is a high-performance multiple object tracking system combining YOLO/SSD detection, Deep SORT with OSNet ReID, and KLT optical flow tracking, optimized with TensorRT and Numba. It achieves real-time tracking speeds even on NVIDIA Jetson edge devices and includes camera motion compensation for moving-camera scenes.

Use cases

  • track multiple people in real-time video
  • count people crossing a camera view
  • run object tracking on Jetson edge devices
  • track objects with a moving camera
  • re-identify objects that leave and re-enter the frame
  • benchmark multi-object tracking on MOT challenge datasets

When to choose

  • you need real-time multi-object tracking on GPU or Jetson hardware
  • your camera moves and standard Deep SORT or FairMOT tracking degrades
  • you want high tracking accuracy (near state-of-the-art MOTA) with fast inference
  • you want to skip detector frames and fill gaps with optical flow for speed

When to avoid

  • you need tracking on CPU-only machines without CUDA GPUs
  • you need a maintained project with frequent updates (last release mid-2024, mostly 2021-era news)
  • you need non-Python integration or a plug-and-play GUI application
  • you track non-person object classes without your own detector weights

Facets

library · maturity maintenance

computer-vision image-processing video-processing machine-learning deep-learning computer-vision deep-learning artificial-intelligence python multiple-object-tracking yolo deep-sort tensorrt klt-tracker reid nvidia-jetson real-time people-counting edge-computing video linux gpu docker

1 source

Member repositories

RepositoryRoleHealth v2
GeekAlexis/FastMOTmain23

For agents

markdown · JSON · MCP: product_card(name="GeekAlexis/FastMOT")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem