An open API service indexing awesome lists of open source software.

https://github.com/piyp791/udacity-sdcndp-lane-finding

Lane detection for autonomous navigation using opencv library, done as a part of Udacity Self Driving Car Nanodegree Program
https://github.com/piyp791/udacity-sdcndp-lane-finding

computer-vision detect-lane-lines ipython-notebook lane-finding self-driving-car udacity-self-driving-car

Last synced: 6 months ago
JSON representation

Lane detection for autonomous navigation using opencv library, done as a part of Udacity Self Driving Car Nanodegree Program

Awesome Lists containing this project

README

          

#**Finding Lane Lines on the Road**
[![Udacity - Self-Driving Car NanoDegree](https://s3.amazonaws.com/udacity-sdc/github/shield-carnd.svg)](http://www.udacity.com/drive)

Combined Image

Overview
---

When we drive, we use our eyes to decide where to go. The lines on the road that show us where the lanes are act as our constant reference for where to steer the vehicle. Naturally, one of the first things we would like to do in developing a self-driving car is to automatically detect lane lines using an algorithm.

In this project you will detect lane lines in images using Python and OpenCV. OpenCV means "Open-Source Computer Vision", which is a package that has many useful tools for analyzing images.

Project Approach and Results
---

https://bitsandmusic.com/post/lane-finding-for-self-driving-cars/

The Project Setup
---

**Step 1:** Set up the [CarND Term1 Starter Kit](https://classroom.udacity.com/nanodegrees/nd013/parts/fbf77062-5703-404e-b60c-95b78b2f3f9e/modules/83ec35ee-1e02-48a5-bdb7-d244bd47c2dc/lessons/8c82408b-a217-4d09-b81d-1bda4c6380ef/concepts/4f1870e0-3849-43e4-b670-12e6f2d4b7a7).

**Step 2:** Open the code in a Jupyter Notebook

To start Jupyter in your browser, use terminal to navigate to your project directory and then run the following command at the terminal prompt (be sure you've activated your Python 3 carnd-term1 environment as described in the [CarND Term1 Starter Kit](https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/README.md) installation instructions!):

`> jupyter notebook`

A browser window will appear showing the contents of the current directory. Click on the file called "Lane-Finding-Project.ipynb". Another browser window will appear displaying the notebook. Follow the instructions in the notebook to run the project.