How I built a vehicle detection system for self driving cars
In this project, I implemented a pipeline to detect vehicles in images. The following steps were performed:
The end result is shown below, with the full code available in the jupyter notebook.
This project used 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.