Skip to content

Term 1 Project 5 - Udacity Self Driving Car Engineer Nanodegree

Notifications You must be signed in to change notification settings

rstanchak/CarND-Vehicle-Detection

 
 

Repository files navigation

Vehicle Detection

Author Roman Stanchak
Date 2017-05-29
Course Udacity Self Driving Car Nanodegree Term 1

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.

Please refer to writeup.ipynb for the writeup on my project approach.

About

Term 1 Project 5 - Udacity Self Driving Car Engineer Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.1%
  • Jupyter Notebook 36.5%
  • Shell 8.4%