Giter Club home page Giter Club logo

carnd-advanced-lane-lines's Introduction

Advanced Lane Finding

Udacity - Self-Driving Car NanoDegree

This repository is for the project of Udacity Nanodegree - Self-driving Car Engineer : Advanced Finding Lane Lines Proejct. It is forked from (https://github.com/udacity/CarND-Advanced-Lane-Lines).


The goals / steps of this project are the following:

  • Compute the camera calibration matrix and distortion coefficients given a set of chessboard images.
  • Apply a distortion correction to raw images.
  • Use color transforms, gradients, etc., to create a thresholded binary image.
  • Apply a perspective transform to rectify binary image ("birds-eye view").
  • Detect lane pixels and fit to find the lane boundary.
  • Determine the curvature of the lane and vehicle position with respect to center.
  • Warp the detected lane boundaries back onto the original image.
  • Output visual display of the lane boundaries and numerical estimation of lane curvature and vehicle position.

It needs us to apply everything we learned from the lecture including image pre-processing - sobel and direction gradient, color threshold, perspective transform etc. After calculating gradients, need to find lane lines applying sliding window method. With window centroid points found, calculate polynomial coeffiecients to draw along the lane lines, and project back onto the original image. During the process, I can calculate the estimate curvature and vehicle position also.

Details on the pipeline is described in writeup.md.

This project has 3 types of outputs:

  1. final_video.mp4 : final video with lanes marked
  2. pipeline.py : script used to produce final_video.mp4
python pipeline.py
  1. writeup.md : writeup file that specify details on how I completed this project.

  1. Line.py / LineTracker.py / util_function.py : dependent files for executing pipeline.py

carnd-advanced-lane-lines's People

Contributors

ahracho avatar baumanab avatar brok-bucholtz avatar harveenchadha avatar mreichelt avatar mvirgo avatar ryan-keenan avatar

Watchers

 avatar  avatar

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.