#384 · Primary category: Computer Vision
vehicle-detection
Vehicle detection using machine learning and computer vision techniques for Udacity's Self-Driving Car Engineer Nanodegree.
Project last updated:10/31/17
GitHub Stars
1.1K
Forks
173
Contributors
1
License
Other
Why we included this project
This repo is the vehicle-detection project from Udacity's Self-Driving Car Engineer Nanodegree, delivered as a Jupyter notebook that walks through the whole pipeline in plain code. You get HOG feature extraction, color-space conversion, a linear SVM classifier, and a sliding-window scan over video frames, all assembled with sklearn and OpenCV rather than hidden behind a black-box model. The feature-extraction utilities are reusable if you want to build your own detector, and the notes point to the GTI and KITTI datasets for training images. If you are working through the Udacity curriculum yourself, or just curious how object detection worked before deep learning took over, this is a handy reference to have open.
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)