Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 986 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 986 Bytes

Basic-Lane-Detection

This is one of my projects where I have applied my personal Learnings of implementing a basic lane detection pipeline for an autonomous vehicle You can find my basic understanding in the notes PDF file, I have not added comments/ Makrdown in the main notebook as it does not look clean to me, you can build your own accordingly

You can reach me here if you have doubts or would like to correct any of my errors [email protected]

Sources

  1. OpenCV Documentation
  2. Start Here for basic understanding of the applied concepts
  3. Udacity Self Driving Car Github
  4. https://medium.com/@st1739/hough-transform-287b2dac0c70
  5. Geek For Geeks Tutorial