We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wanted to try out inpainting on Google colab. Get the following error at the last step:
processing patch 54 | [960 0 197 197] processing patch 55 | [1034 0 197 197] finished 0% 0/1 [00:53<?, ?it/s] Traceback (most recent call last): File "main.py", line 72, in image = cv2.resize(image, (config['output_w'], config['output_h']), interpolation=cv2.INTER_AREA) cv2.error: OpenCV(4.2.0) /io/opencv/modules/imgproc/src/resize.cpp:3688: error: (-215:Assertion failed) !dsize.empty() in function 'resize'
The text was updated successfully, but these errors were encountered:
I found a Colab solution here, it works with Python 3.8
Sorry, something went wrong.
No branches or pull requests
Wanted to try out inpainting on Google colab. Get the following error at the last step:
processing patch 54 | [960 0 197 197]
processing patch 55 | [1034 0 197 197]
finished
0% 0/1 [00:53<?, ?it/s]
Traceback (most recent call last):
File "main.py", line 72, in
image = cv2.resize(image, (config['output_w'], config['output_h']), interpolation=cv2.INTER_AREA)
cv2.error: OpenCV(4.2.0) /io/opencv/modules/imgproc/src/resize.cpp:3688: error: (-215:Assertion failed) !dsize.empty() in function 'resize'
The text was updated successfully, but these errors were encountered: