Skip to content

Udacity Self Driving Car Nanodegreee Term 1 - Project 5: Vehicle Detection

Notifications You must be signed in to change notification settings

knguyen0105/CarND-Vehicle-Detection

 
 

Repository files navigation

Vehicle Detection

Udacity - Self-Driving Car NanoDegree

My submission of Udacity Self Driving Car Term1, Project 5. This project uses machine learning (SVM) and computer vision (HOG feature) to classifies and tracks vehicles in traffic.

A sample video output:

Sample Video Output

The Project

The goals / steps of this project are the following:

  • Perform a Histogram of Oriented Gradients (HOG) feature extraction on a labeled training set of images and train a classifier Linear SVM classifier
  • Optionally, you can also apply a color transform and append binned color features, as well as histograms of color, to your HOG feature vector.
  • Note: for those first two steps don't forget to normalize your features and randomize a selection for training and testing.
  • Implement a sliding-window technique and use your trained classifier to search for vehicles in images.
  • Run your pipeline on a video stream (start with the test_video.mp4 and later implement on full project_video.mp4) and create a heat map of recurring detections frame by frame to reject outliers and follow detected vehicles.
  • Estimate a bounding box for vehicles detected.

Here are links to the labeled data for vehicle and non-vehicle examples to train your classifier. These example images come from a combination of the GTI vehicle image database, the KITTI vision benchmark suite, and examples extracted from the project video itself. You are welcome and encouraged to take advantage of the recently released Udacity labeled dataset to augment your training data.

Submission

You might need to follow instructions on CarND Term1 Starter Kit before running the notebook.

All Udacity SDC Term 1 Projects

About

Udacity Self Driving Car Nanodegreee Term 1 - Project 5: Vehicle Detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%