Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 576 Bytes

Self driving car lane and path detection

How to install

To be able to run this, I recommend using Python 3.6 or up.

  1. Install the requirements
pip3 install -r mini_requirement.txt

This will install all the necessary dependencies for running this.

  1. Run the program (make sure you edit the path to your video at line 13 et 61)
python3 main.py 

Credits

littlemountainman/modeld