microsoft/AutonomousDrivingCookbook

Lane Following and Collision Avoidance for Self-Driving Cars

Opened this issue · 0 comments

Problem description

Developing simple algorithms for lane following and collision avoidance for safe and efficient operation of self-driving cars using depth camera sensor and deep learning methods like YOLO.

Problem details

Lane following entails accurately tracking road lanes to maintain the vehicle's position within the lane. Collision avoidance involves detecting obstacles in the vehicle's path and taking evasive actions to prevent accidents.

Experiment details

  • Lane detection using segmented images obtained from collected data from sensor in environment and feeding it to a DL model
  • Collision avoidance using depth camera(Tentatively like Intel RealSense) and object detection from DL Models.
  • Also prepare documentation and tutorial for easy understanding of the same

#Email
praveenmounabhargav@gmail.com