Skip to content
Kan-Hua Lee
Go back

Lane line detection

This is a project with Udacity’s Self-Driving Car Nanodegree. The aim is to identify the lane lines on the road and get their curvatures, using an algorithmic (i.e. non-machine learning) way.

Here’s the result of the baseline video:

and here’s the results on a more challenging scene:

Code and Documentation

Check out my repo to see the code and detailed description of the model.


Share this post on:

Previous Post
Traffic light classification without (re-)training a DNN model
Next Post
Implementing path planning of a self-driving car