Udacity-Advance-Lane-detection-of-the-road icon indicating copy to clipboard operation
Udacity-Advance-Lane-detection-of-the-road copied to clipboard

i can not find calib.p

Open GloriaHM opened this issue 5 years ago • 1 comments

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'

GloriaHM avatar Jan 06 '20 02:01 GloriaHM

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

domajstorovic avatar Nov 10 '21 17:11 domajstorovic