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
In the step of running the project, I get the following error.
File "main.py", line 407, in annotate_original_image
if lane_markings_img != None:
The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Hello,
In the step of running the project, I get the following error.
File "main.py", line 407, in annotate_original_image
if lane_markings_img != None:
The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()