Answers for "(-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' in pycharm"

1

(-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' in pycharm

add../ before ur img path if the image and file in same folder...so instead of using imread("img.jpg") use imread("../img.jpg")
Posted by: Guest on April-24-2021

Code answers related to "(-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' in pycharm"

Browse Popular Code Answers by Language