You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout this repo and run: ./buildOpenCV.sh |& tee openCV_build.log
In the cmake config you can see that cuDNN -> NO is diplayed and OpenCV is built without it
Expected behavior
cuDNN -> YES is detected by cmake and OpenCV is built with cuDNN
Additional context
I was using a newer version of cmake as my build pipline requires this. So there's no issue related reason for the updated cmake version. This is likely not the cause for the error.