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
Hii,
Can you check the image you are trying to resize (the path) I think the
error is because of that, Maybe it's not being read properly. Also you can
try using PIL instead of cv2 as there are a lot of bugs in cv2.
On Fri, 8 Nov 2019, 12:31 Sundeep, ***@***.***> wrote:
Traceback (most recent call last):
File "main.py", line 13, in <module>
image = cv2.resize(image,None,fx=0.4,fy=0.4)
cv2.error: OpenCV(4.1.1) /io/opencv/modules/imgproc/src/resize.cpp:3720: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUFSMDKNLO4SHB4L3POYTTQSUFEHANCNFSM4JKTM2AA>
.
The text was updated successfully, but these errors were encountered: