- Clone starter kit repo to setup environment https://github.com/udacity/CarND-Term1-Starter-Kit
- Follow these directions: https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/doc/configure_via_anaconda.md
- Activate the
carnd-term1
environment
You can run the code either with the Jupyter notebook or via the command line
- Run
jupyter notebook
from root directory of this repository - Open the P2 notebook
- Run all the code blocks. You can see processed images in the test_images_output directory and you can see the processed videos either embedded in the notebook or in the test_videos_output directory
- Run
python src/main.py
from the root direction of this repository - You can see processed images in the test_images_output directory and you can see the processed videos in the test_videos_output directory
The Jupyter notebook I have provided is designed to be an interactive writeup basically but if you prefer to read a markdown file an export is linked: Advanced Lane Finding Writeup