Dear all,
I'm trying to use the code but i have the same error
File "detect_lane.py", line 25, in
test()
File "detect_lane.py", line 22, in test
proc[gb_lane_cfg['set']['proc']](gb_lane_cfg['set']['proc'], img, gb_lane_cfg)
File "/Users/ricky/Desktop/carCV-master/detect_lane_fitline.py", line 134, in detect_lane_over_fitline
thresh = _prepare(img.copy(), cfg)
AttributeError: 'NoneType' object has no attribute 'copy'
Dear all,
I'm trying to use the code but i have the same error
File "detect_lane.py", line 25, in
test()
File "detect_lane.py", line 22, in test
proc[gb_lane_cfg['set']['proc']](gb_lane_cfg['set']['proc'], img, gb_lane_cfg)
File "/Users/ricky/Desktop/carCV-master/detect_lane_fitline.py", line 134, in detect_lane_over_fitline
thresh = _prepare(img.copy(), cfg)
AttributeError: 'NoneType' object has no attribute 'copy'