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
Please add support modern python's pathlib.Path support to OpenCV's python API. E.g., now I use cv2.imread(str(pathlib.Path), ...) instead of straight cv2.imread(pathlib.Path, ...).