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
Hi, this is not a bug report but rather a question. I'm sorry to ask this again (question was already asked in #201 and #71) but the OpenCV modules page mentions cuda modules.
Am I correct to understand that opencv-python should now support cv2.dnn.DNN_BACKEND_CUDA and cv2.dnn.DNN_TARGET_CUDA? On my dev machine I'm getting [ WARN:0] global /io/opencv/modules/dnn/src/dnn.cpp (1363) setUpNet DNN module was not built with CUDA backend; switching to CPU so I guess there are some extra steps needed.
I'm looking through travis.yml and also what @alsrgv suggested within #71 - I understand I need to build the package myself with CUDA enabled.
This is how I build it (running within archlinux docker container):
I was missing qt4 on my system. After installing qt4 and also following some extra steps from here: opencv/opencv#14827 (comment) I managed to build the package.
Hi, this is not a bug report but rather a question. I'm sorry to ask this again (question was already asked in #201 and #71) but the OpenCV modules page mentions cuda modules.
Am I correct to understand that
opencv-python
should now supportcv2.dnn.DNN_BACKEND_CUDA
andcv2.dnn.DNN_TARGET_CUDA
? On my dev machine I'm getting[ WARN:0] global /io/opencv/modules/dnn/src/dnn.cpp (1363) setUpNet DNN module was not built with CUDA backend; switching to CPU
so I guess there are some extra steps needed.I'm looking through
travis.yml
and also what @alsrgv suggested within #71 - I understand I need to build the package myself with CUDA enabled.This is how I build it (running within archlinux docker container):
Above fails:
I have not used cmake before, I'm guessing I'm missing some dependencies.
The text was updated successfully, but these errors were encountered: