Skip to content

AbdulFMS/CULaneDetection

 
 

Repository files navigation

CULaneDetection

This reprository is hosting a deep learning neural network implementation of Traffic Lane Detection. We are working on this project as part of Stanford's CS230 course. We will add more details in coming weeks.

Lane detection is one of the key techniques that enables modern assisted and autonomous driving Systems to identify lanes on the road. It provides the accurate location and shape of each lane. Lane detection solutions have been developed for decades. However, several unique properties of lanes challenge the detection methods. The lack of distinctive features can cause lane detection algorithms to be confused by other objects with similar appearance. Moreover, the inconsistent number of lanes on a road as well as diverse lane line patterns, e.g. solid, broken, single, double, merging, and splitting lines further hampers performance. Moreover, instead of focusing on a single-lane detection and adjacent lane-detection problems, However, identifying which lane the vehicle is on remains an inevitable problem.

About

Lane detection using CULane

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%