-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cvtColor error #128
Comments
@bertsky |
Oops, sry, my local branch already had a few more commits I forgot about, which exposed a problem with See 60cf0bd (IOW the type checking for PIL.Image was wrong, which had the conditional enter the branch expecting an array) Would you like me to make a cherry-picked PR for this fix? |
Yes, sure. |
In #108 we recently (probably because of a new OpenCV release) started to see this error:
I checked all places where
cv2.cvtColor
is used, and AFAICS it always gets passed a Numpy array. Unfortunately, OpenCV does not show the exact stack trace...The text was updated successfully, but these errors were encountered: