#194 · Primary category: Computer Vision
yolov7-object-tracking
YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking
Project last updated:08/24/26
GitHub Stars
653
Forks
174
Contributors
11
License
AGPL-3.0
Why we included this project
This is a compact YOLOv7 + SORT tracking reference that handles detection and association for you, so you can add persistent object tracking to a video pipeline without wiring up the tracking logic yourself. It works with video files, webcams, external cameras, and IP streams, and it can filter detections by class, assign each track its own color, and dump track IDs, centroids, and bounding-box coordinates to text files. The code is small enough to read through in one sitting, which makes it a decent starting point for prototyping things like traffic monitoring or people counting. It also accepts YOLOv8 weights through the same detect script, so you can compare detector versions without changing tools. If you want a self-contained example rather than a full framework, this is easy to adapt.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)