Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 426 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 426 Bytes

Vehicle_Detection_and_Tracking

  • Create an Anaconda environment using conda env create -f environment.yml --name car_environment within the repo
  • Activate the Anaconda environment using source activate car_environment
  • Run jupyter notebook P5_Vehicle_Detection_and_Tracking.ipynb within the repo

Starter Jupyter notebook and data provided by Udacity