#589 · Primary category: Computer Vision
Vehicle-Detection-and-Tracking
Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering
Project last updated:05/23/20
GitHub Stars
556
Forks
193
Contributors
2
License
Other
Why we included this project
Vehicle detection and tracking is a common first project in computer vision, and this repo shows the whole pipeline in a compact, readable form. It pairs a lightweight SSD-MobileNet detector from the TensorFlow Object Detection API with a Kalman filter that predicts and corrects bounding-box states, then assigns detections to tracks and manages track lifecycles in just a few Python files. The code is simple and well commented, which makes it a useful teaching reference for engineers who want to see how detection and tracking connect before moving on to heavier trackers like SORT or DeepSORT. It ships with a pre-trained COCO model and targets cars, buses, and trucks, so it fits traffic monitoring, autonomous driving research, and vehicle-counting work. One caveat: it is a demonstration pipeline from 2017, so expect to adapt it to a current TensorFlow version before using it in production.
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)