-
Notifications
You must be signed in to change notification settings - Fork 36
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
Problem when using Opencv with CUDA #3
Comments
Hello, I have another error after build docker container: I used GeForce RTX 3090 GPU card |
I had the same error. My problem was that I did not install nvidia-docker. You can install by following the instructions here: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html |
@isra60 @pingvinton Did the solution proposed by @Saafke resolve the issue? |
I started my docker with
docker run julianassmann/opencv-cuda:cuda-10.2-opencv-4.2
Then have the following error message when I try to execute a program while using GpuMats
I could built perfectly my code but then..
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.2.0) /opt/opencv-4.2.0/modules/core/src/cuda/gpu_mat.cu:116: error: (-217:Gpu API call) CUDA driver version is insufficient for CUDA runtime version in function 'allocate'
The text was updated successfully, but these errors were encountered: