File ultrafastLaneDetector.py", line 179, in process_output
return np.array(lanes_points), np.array(lanes_detected)
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part.
I am getting this error, and I haven't even modified the code. Why is this happening? I am unable to fix it.
I am getting this error, and I haven't even modified the code. Why is this happening? I am unable to fix it.