项目作者: andrewsommerlot

项目描述 :
Self driving car vision: classifying lane lines on driving videos - udacity self driving car nano degree project 1
高级语言: Jupyter Notebook
项目地址: git://github.com/andrewsommerlot/Self-Driving-Car-Finding-Lane-Lines.git
创建时间: 2017-06-10T20:12:02Z
项目社区:https://github.com/andrewsommerlot/Self-Driving-Car-Finding-Lane-Lines

开源协议:MIT License

下载


Finding Lane Lines on the Road

The Ipython notebook in this repository “P1.ipynb” describes a pipline used to identify lane lines in still
picutres and short videos. A number of functions are used to manually select important features of the
images which through iterative application classify areas as lane lines.

Before

After

Although technically a success, this classifier requires not only manually defined logic, but some pretty “hard” assumptions, the limitations of which are discussed in the conclusion.

To start the notebook go to: https://github.com/andrewsommerlot/CarND-LaneLines-P1/blob/master/P1.ipynb