You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera Calibration data restored from camera_cal/calibrationdata.p
Traceback (most recent call last):
File "P5pipeline.py", line 218, in
roadMgr = RoadManager(camCal, debug=debug, scrType=scrType)
File "/mnt/hgfs/study/123/Vehicle-Detection/SDC-P5/p5lib/roadManager.py", line 130, in init
self.threshold)
File "/mnt/hgfs/study/123/Vehicle-Detection/SDC-P5/p5lib/vehicleDetection.py", line 44, in init
self.svc = joblib.load(self.trained_model)
File "/usr/local/lib/python3.5/dist-packages/sklearn/externals/joblib/numpy_pickle.py", line 570, in load
with open(filename, 'rb') as f:
NotADirectoryError: [Errno 20] Not a directory: './trained/CHOGRGB4.pkl'
Tank you!
The text was updated successfully, but these errors were encountered:
Hi,
python3 P5pipeline.py test_images/test1.jpg output_images/test1.jpg
Camera Calibration data restored from camera_cal/calibrationdata.p
Traceback (most recent call last):
File "P5pipeline.py", line 218, in
roadMgr = RoadManager(camCal, debug=debug, scrType=scrType)
File "/mnt/hgfs/study/123/Vehicle-Detection/SDC-P5/p5lib/roadManager.py", line 130, in init
self.threshold)
File "/mnt/hgfs/study/123/Vehicle-Detection/SDC-P5/p5lib/vehicleDetection.py", line 44, in init
self.svc = joblib.load(self.trained_model)
File "/usr/local/lib/python3.5/dist-packages/sklearn/externals/joblib/numpy_pickle.py", line 570, in load
with open(filename, 'rb') as f:
NotADirectoryError: [Errno 20] Not a directory: './trained/CHOGRGB4.pkl'
Tank you!
The text was updated successfully, but these errors were encountered: