/CarND-Advanced-Lane-Lines

Primary LanguageJupyter NotebookMIT LicenseMIT

contents of repository

  • output_images
    • Output images are stored in this directory. This directory has undistort_images, binary_images, polyfit_images, perspective_images, final_images. They are the result of the step of piplines respectively.
    • camera_cal_results includes the result of camera calibration.
  • output_videos
    • Output of videos are stored in this directory
  • writeup.md
    • Project's writeup.
  • work/work.ipynb
    • All code is inside this jupyter notebook except camera callibration.
  • work/camera_cal.ipynb
    • The code for camera calibration