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
Hi!
I get the following error when I want to run edge detection on an image. Any idea why I get that specific dnn layer error?
cv2.error: OpenCV(4.6.0) /io/opencv/modules/dnn/src/layers/convolution_layer.cpp:377: error: (-215:Assertion failed) !blobs.empty() || inputs.size() > 1 in function 'getMemoryShapes'
The text was updated successfully, but these errors were encountered:
Hi,
Even I got the same error while trying to run edge detection on an image. Did you find the solution for this?
Sorry, something went wrong.
Some question here
No branches or pull requests
Hi!
I get the following error when I want to run edge detection on an image. Any idea why I get that specific dnn layer error?
cv2.error: OpenCV(4.6.0) /io/opencv/modules/dnn/src/layers/convolution_layer.cpp:377: error: (-215:Assertion failed) !blobs.empty() || inputs.size() > 1 in function 'getMemoryShapes'
The text was updated successfully, but these errors were encountered: