I try to install OpenCV with CUDA. I followed the instruction from OpenCV in lambda-stack - non-gpu? - Technical Help - DeepTalk - Deep Learning Community
When I cmake the file, I got the error that said:
– Found Threads: TRUE
CMake Warning at cmake/OpenCVFindLibsPerf.cmake:45 (message):
OpenCV is not able to find/configure CUDA SDK (required by WITH_CUDA).CUDA support will be disabled in OpenCV build.
To eliminate this warning remove WITH_CUDA=ON CMake configuration option.
I think this may be related to the CUDA path. Because if you install the nvidia-cuda-toolkit manually, by default the path of CUDA should be /usr/local/cuda-11.0. But I can’t find this path with Lambda Stack installed.
Any help would be appreciated.