Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 667 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 667 Bytes

Lane Detection With RC Car!

Test using video recorded by RC Car

test video

Lane detection pipeline

pipline

Getting started

  • Ensure you have python3 installed Clone or fork the repo
  • pip install to dependencies
  • Add a track/{your video}.mp4 file
  • Customize the ROI for your video ( /utils_video.py → def perspectiveWarp )

Feel free to open an issue if you have any questions, or open a pull request if you would like to contribute.