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.
The text was updated successfully, but these errors were encountered:
Explicitely providing the flag -D CUDNN_VERSION='8.0' resolved the issue. Via https://github.com/mdegans/nano_build_opencv
Maybe modify the shell script with a little switch statement selecting the explicit verison depending on the JetPack version?
Well it is solved as described in my previous comment. Yet I wouldn't call this a proper solution but a workaround. I'd say it's up to the maintainer to provide a fix or classify my comment as solution.
Describe the issue
OpenCV 4.1.1 cmake doesn't find cuDNN when using JetPack 4.4
System
To Reproduce
https://developer.nvidia.com/jetson-nano-sd-card-image
JP 4.4 from 2020/07/07
./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.
The text was updated successfully, but these errors were encountered: