-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
cuda::createTemplateMatching not work with CUDA10.0 #13477
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
Comments
With CUDA 10.0 on a Pascal GPU(1080 Ti), the problem is not reproduced with this code.
Since Jetson Xavier includes a Volta GPU, the problem might be reproducible only on Volta and later architecture. I will test with a Turing GPU as soon as possible. Tested on 3.4 branch. |
Tested with a Turing GPU(2080 Ti) and CUDA 10.0 but the problem is still not reproducible. @dog-fox Could you provide a compilable code that reproduces the behavior? Tested on 3.4 branch. |
Hi @dog-fox , thanks for your test code. The problem seems to be already solved by #13658. After reverting the PR, I was able to reproduce the problem on RTX 2080 Ti, and confirmed that #13658 fixed this issue. It seems that the reason I wasn't able to reproduce the problem before was because I was testing on the latest 3.4 branch. Would you please try latest 3.4 or master branch? |
Hi! I have tried templateMatching in opencv3.4.5 on my computer, which is with cuda10.0 and 2080Ti. I found that the input images must be 32F, and of course the matching method must be changed. But it works! However, I am not quite clear why. Hope this can help you and others! |
System information (version)
Detailed description
"cuda::createTemplateMatching" not work with CUDA10.0.
Although compiling the program works well, if you execute it,
the process stops while the process is activated.
The text was updated successfully, but these errors were encountered: