Ayanzadeh93 / Udacity-Advance-Lane-detection-of-the-road

Udacity Self-Driving Car Engineer Nanodegree Advanced Lane Finding Project. Identifying lanes using edge detection (Sobel operator, gradient of magnitude and direction, and HLS color space), camera calibration and unwarping (distortion correction and perspective transform), and polynomial fitting for the lanes.
https://web.itu.edu.tr/ayanzadeh17/
44 stars 19 forks source link

i can not find calib.p #3

Open GloriaHM opened 4 years ago

GloriaHM commented 4 years ago

Traceback (most recent call last): File "E:/python_work/Udacity-Advance-Lane-detection-of-the-road-master/Udacity-Advance-Lane-detection-of-the-road-master/project+report/lane_finder.py", line 308, in with open(CALIB_FILE_NAME, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: 'calib.p'

domajstorovic commented 2 years ago

You should run calibrate.py script first to actually generate the file.