This is my educational project in Udacity Nanodegree: Self-Driving Car
Find lane lines on images/videos of road and color them in red.
- Clone this repository
- Setup python & dependencies using starter-kit repository
This must be done each time you begin a new working session i.e. open a new terminal window.
Activate the carnd-term1
environment:
$ source activate carnd-term1
Depending on shell either:
$ source activate carnd-term1
or
$ activate carnd-term1
Now run main.py
MIT