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
点击create matting时报错 Traceback (most recent call last): File "app.py", line 349, in grabcutMatting self.showResultImg(self.image_out_np) File "app.py", line 357, in showResultImg fy=factor, interpolation=cv2.INTER_AREA) cv2.error: /home/xia/opencv/modules/imgproc/src/resize.cpp:3290: error: (-215) dsize.area() > 0 || (inv_scale_x > 0 && inv_scale_y > 0) in function resize 已放弃 (核心已转储)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
点击create matting时报错
Traceback (most recent call last):
File "app.py", line 349, in grabcutMatting
self.showResultImg(self.image_out_np)
File "app.py", line 357, in showResultImg
fy=factor, interpolation=cv2.INTER_AREA)
cv2.error: /home/xia/opencv/modules/imgproc/src/resize.cpp:3290: error: (-215) dsize.area() > 0 || (inv_scale_x > 0 && inv_scale_y > 0) in function resize
已放弃 (核心已转储)
The text was updated successfully, but these errors were encountered: