Skip to content
New issue

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

CV_DnnSuperResMultiOutputTest.accuracy test fails with the new dnn engine in 5.x #3833

Open
asmorkalov opened this issue Nov 28, 2024 · 0 comments

Comments

@asmorkalov
Copy link
Contributor

[ RUN      ] CV_DnnSuperResMultiOutputTest.accuracy
unknown file: Failure
C++ exception with description "OpenCV(5.0.0-pre) /Users/opencv-cn/GHA-OCV-1/_work/opencv_contrib/opencv_contrib/opencv/modules/dnn/src/net_impl2.cpp:412: error: (-2:Unspecified error) in function 'void cv::dnn::dnn5_v20240521::Net::Impl::forwardWithMultipleOutputs(cv::OutputArrayOfArrays, const std::vector<std::string> &)'
> the number of requested and actual outputs must be the same (expected: '(int)outnames.size() == noutputs'), where
>     '(int)outnames.size()' is 2
> must be equal to
>     'noutputs' is 3
" thrown in the test body.
[  FAILED  ] CV_DnnSuperResMultiOutputTest.accuracy (10 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant