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
if a é or similar char is in file name it should be able to handle it as normal
Actual behaviour
Write here what went wrong.
Steps to reproduce
img = cv2.imread('c:\é\filename.jpg) comes back as None
renaming path to
img = cv2.imread('c:\e\filename.jpg) comes with results
even though file exists