Closed groot-1313 closed 6 years ago
This repository is currently targeting the Jetson TX2 configured with JetPack 3.2. JetPack 3.2 installs CUDA 9.0 and cuDNN 7.0.5 and OpenCV for Tegra onto the TX2.
Building on a Desktop machine is not tested, but may be possible. Judging from the call stack it looks like the version of OpenCV that you have installed is targeting CUDA 7.5. You could possibly build OpenCV to target version 9.0 or 9.1 of CUDA if you do not wish to install another version of CUDA.
Upon running the
cmake
command, I encounter the following error:I have the Cuda 9.0 and 9.1 versions installed. I would prefer a workaround because I do not wish to install Cuda 7.5.