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
when i run the main.py,it appears the following error,please help me solve the problem:
File "E:\ADAS-Code\driving-lane-departure-warning-master\driving-lane-departure-warning-master\lane.py", line 489, in create_output_frame
whole_frame[40:40+h, 20:20+w, :] = undist_ori
ValueError: could not broadcast input array from shape (180,320,3) into shape (140,300,3)
The text was updated successfully, but these errors were encountered:
when i run the main.py,it appears the following error,please help me solve the problem:
File "E:\ADAS-Code\driving-lane-departure-warning-master\driving-lane-departure-warning-master\lane.py", line 489, in create_output_frame
whole_frame[40:40+h, 20:20+w, :] = undist_ori
ValueError: could not broadcast input array from shape (180,320,3) into shape (140,300,3)
The text was updated successfully, but these errors were encountered: