adipandas/multi-object-tracker
Multi-object trackers in Python
This tool helps developers who are building applications that need to track multiple moving objects in videos or live camera feeds. It takes video frames and object detection results as input, then identifies and follows individual objects like cars or animals across consecutive frames. The output provides a consistent ID for each tracked object, along with its bounding box and confidence score in every frame.
691 stars. No commits in the last 6 months.
Use this if you are a developer integrating multi-object tracking capabilities into a larger computer vision system and need a straightforward way to associate detected objects over time.
Not ideal if you are looking for a plug-and-play application for end-users or do not have programming experience with Python and computer vision libraries.
Stars
691
Forks
102
Language
Python
License
MIT
Category
Last pushed
Oct 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/adipandas/multi-object-tracker"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
roboflow/rf-detr
[ICLR 2026] RF-DETR is a real-time object detection and segmentation model architecture...
stereolabs/zed-sdk
⚡️The spatial perception framework for rapidly building smart robots and spaces
mikel-brostrom/boxmot
BoxMOT: Pluggable SOTA multi-object tracking modules with support for axis-aligned and oriented...
RizwanMunawar/yolov7-object-tracking
YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking
google-deepmind/tapnet
Tracking Any Point (TAP)