项目作者: hankkkwu

项目描述 :
Build a SVM classifier to detect vehicles on the road.
高级语言: Jupyter Notebook
项目地址: git://github.com/hankkkwu/SDCND-Vehicle_Detection.git
创建时间: 2019-06-27T09:34:54Z
项目社区:https://github.com/hankkkwu/SDCND-Vehicle_Detection

开源协议:MIT License

下载


Vehicle Detection

Udacity - Self-Driving Car NanoDegree

Overview


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.

The Project

If you have already installed the CarND Term1 Starter Kit you should be good to go! If not, you should install the starter kit to get started on this project.

Set up the CarND Term1 Starter Kit if you haven’t already.

Here is the result video :

result video

Here are links to the labeled data for vehicle and non-vehicle examples to train the 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.