Skip to content

sallyrobotics/LaneLineDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lane Line Detection

This project tries to detect Lane lines on Road Images using Python and OpenCV. It works reasonably well for images with low brightness as well (after testing transformations to different color spaces).

Dataset

The processing has been carried out on the Caltech Pedestrian and Nexet datasets.

The Caltech Pedestrian Dataset can be downloaded here.

The Nexet Dataset can be downloaded here.

Usage

The code can be run using the following command:

python3 main.py

Future Scope

  1. Bird eye transformation for curved lane detection. (Reference: link)
  2. Deep Learning based model.

About

Lane Detection algorithm for all lighting conditions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages