Skip to content
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

does this support cuda-9.0 #32

Open
stevve opened this issue Dec 19, 2018 · 1 comment
Open

does this support cuda-9.0 #32

stevve opened this issue Dec 19, 2018 · 1 comment

Comments

@stevve
Copy link

stevve commented Dec 19, 2018

when I cmake CMake" Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):Could NOT find CUDA: Found unsuitable version "9.0", but required is exact
version "8.0" (found /usr/local/cuda-9.0)"

@mbotsu
Copy link

mbotsu commented Jan 9, 2019

Hi.
OpenCV4 & CUDA9.0 Fix
https://github.com/infocom-tpo/dense_flow

at OpenCV4 Build

$ cmake -DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-4.0.1/modules -DWITH_CUDA=ON -DBUILD_JAVA=OFF -DWITH_VTK=OFF -DCMAKE_INSTALL_PREFIX=$HOME/opencv401 -DWITH_FFMPEG=OFF -DWITH_EXAMPLE=ON ..

at CMakeLists.txt

# OpenCVConfig.cmake path
set(OpenCV_DIR "/pathto/src/opencv-4.0.1/build")
find_package(OpenCV REQUIRED)

thank.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants