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 have run ./test/test and got this error in all 44 tests:
[ FAILED ] TestWithParams/DescriptorTest.HashSIFT/20, where GetParam() = (512, 9) (1 ms) [ RUN ] TestWithParams/DescriptorTest.HashSIFT/21 unknown file: Failure C++ exception with description "OpenCV(4.8.0) /root/opencv_contrib/modules/cudawarping/src/resize.cpp:74: error: (-215:Assertion failed) !(dsize == Size()) || (fx > 0 && fy > 0) in function 'resize' " thrown in the test body.
I am preparing a docker for your repository and I have the following in my container:
Opencv 4.8.0 CMAKE 3.20 CUDA Toolkit 11.3 OpenCV CUDA module 4.8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I have run ./test/test and got this error in all 44 tests:
[ FAILED ] TestWithParams/DescriptorTest.HashSIFT/20, where GetParam() = (512, 9) (1 ms) [ RUN ] TestWithParams/DescriptorTest.HashSIFT/21 unknown file: Failure C++ exception with description "OpenCV(4.8.0) /root/opencv_contrib/modules/cudawarping/src/resize.cpp:74: error: (-215:Assertion failed) !(dsize == Size()) || (fx > 0 && fy > 0) in function 'resize' " thrown in the test body.
I am preparing a docker for your repository and I have the following in my container:
Opencv 4.8.0
CMAKE 3.20
CUDA Toolkit 11.3
OpenCV CUDA module 4.8.0
The text was updated successfully, but these errors were encountered: