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
It obviously seems that cv2.imread() has not read an image from the image path.
I recommend you to check whether the image is located in the image path.
Dear hongsukchoi,
File "evaluate.py", line 261, in
orig_height, orig_width = img.shape[:2]
AttributeError: 'NoneType' object has no attribute 'shape'
Thank you a lot.
The text was updated successfully, but these errors were encountered: