Skip to content

Lane Detection to mimic Lane Departure Warning systems used in Self Driving Cars.

Notifications You must be signed in to change notification settings

arunabaijal/ENPM-673-Lane-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENPM-673-Lane-Detection

The project aimed to perform Lane Detection and Tyrn Prediction to mimic Lane Departure Warning Systems used in Self Driving Cars. We perform color segmentation and calculate histogram of lane pixels to detect lanes and fit a polygon over it.

Run the code

Run the following command to enhance the video in Part 1.

python Problem1.py --convert=True

Run the following command to run the lane detection code:

python lane_detector.py <data_selection>

Set <data_selection> = 1 for selecting the first data set and <data_selection> = 2 for the second data set.

Note: The code needs the data-sets to be placed in the current directory.

Results:

A sample of output videos on given dataset:

Result1 Result2

About

Lane Detection to mimic Lane Departure Warning systems used in Self Driving Cars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages