arunponnusamy/cvlib

support for GPU

Opened this issue · 7 comments

any documentation how to run this on a GPU?

Hello @cedricve , I am not sure if OpenCV DNN module supports CUDA (Nvidia GPU). There is support for some Intel based integrated GPUs I guess. I will look into this. Thanks for asking.

use docker "docker push alantrrs/cuda-opencv:latest"

use docker "docker push alantrrs/cuda-opencv:latest"

Could you please explain better what you tried to say here? That'd be very useful for everyone if it works.

compiling opencv for using it with the GPU is a headache and installing CUDA for and CUDNN too, it isn't easy, but if you use docker it has inside already the configuration for using inside this container opencv with CUDA (Cuda let's you use the gpu for multiprocessing tasks)

Hello @cedricve , I am not sure if OpenCV DNN module supports CUDA (Nvidia GPU). There is support for some Intel based integrated GPUs I guess. I will look into this. Thanks for asking.

@arunponnusamy The Opencv latest branch will support CUDA (Nvidia GPU).
I have tried with nano and it using the GPU

@arunponnusamy Sir, I am getting this error and the code is not running on gpu, please help

cudart64_101.dll not found

I have that file already at the location and updated all m drivers and other requirements. Please help.