Giter Club home page Giter Club logo

advancelane's Introduction

Advanced Lane Finding

In this project, we create a pipeline to identify the lane boundaries in a video, the main function and code in detect.py code I saved examples of the output from each stage in the folder called output_images There is also a video result output

There are issues when in the shadows or light changes suddenly, the lanes detected will tend to fail, then what i rely on is the previously successfully detected lines. There are several safe proof way to avoid sudden jump

  • check number of detected binary pixels and if below threshold we search around previous detected poly
  • use a moving average of the lane filter away some jumps
  • Use of different color spaces and combine them together such as LAB/HSV with gradients

Futher improvement would be using deep learning method for more robust detection especially these edge cases when lighting changes rapidly and we cannot hand engineer everything

The Project

The steps of this project are the following:

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

Lanes Image

advancelane's People

Contributors

ryan-keenan avatar nuaayxy avatar mvirgo avatar brok-bucholtz avatar baumanab avatar harveenchadha avatar mreichelt avatar citlaligm avatar

Watchers

James Cloos 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.