/modeld_avi

Self driving car lane and path detection

Primary LanguageJupyter Notebook

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