Giter Club home page Giter Club logo

advanced-road-lane-line-detection's Introduction

Advanced Lane Lines

Overview

A self driving car needs to be able to navigate a road using computer vision. In this project we develop a more advanced lane line detection system. The project first discusses camera calibration and how to correct image distortion on the edges of images Next the perspective transform is disccused to get a birds eye view of each image this will provide more accurate lane detection. Gradient edge detection and different color spaces are then explored to determine which color spaces/channels are best for detecting lane colors accounting for differnt lighting and shadows. After we detected lane edges from the birds eye view we then search for lines from pixel intensities on the image and then apply curve fitting techniques to draw lines. Finally we implemeent a video pipeline that reads each image processs the image for lane finding and apply the extrapolated lines and predictions back on the original (unwarped) image.Many aspects of OpenCV, python, numpy, and matplotlib are used to develop the lane finder. The jupyter notebook can be found here AdvancedLaneLines.ipynb

Installing and Running the Pipeline

The following steps are used to run the pipeline:

  1. Install jupyter notebook environment and packages

    https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/doc/configure_via_anaconda.md
    
  2. Clone the SDC-AdvancedLaneLines git repository

    $  git clone https://github.com/jfoshea/Advanced-Road-Lane-Line-Detection.git
    
  3. enable cardnd-term1 virtualenv

    $ source activate carnd-term1
    
  4. Run the Pipeline

    $ jupyter notebook AdvancedLaneLines.ipynb
    

The output videos are: [project_video_out.mp4] (https://github.com/jfoshea/Advanced-Road-Lane-Line-Detection/blob/master/project_video_output.mp4) [challenge_video_out.mp4] (https://github.com/jfoshea/Advanced-Road-Lane-Line-Detection/blob/master/challenge_video_output.mp4)

Writeup

A detailed writeup are located here [writeup] (https://github.com/jfoshea/Advanced-Road-Lane-Line-Detection/blob/master/writeup.md)

advanced-road-lane-line-detection's People

Contributors

jfoshea avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

gemmanguen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.