cvlib icon indicating copy to clipboard operation
cvlib copied to clipboard

support for GPU

Open cedricve opened this issue 6 years ago • 7 comments

any documentation how to run this on a GPU?

cedricve avatar Nov 18 '18 20:11 cedricve

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 avatar Nov 26 '18 06:11 arunponnusamy

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

reddytocode avatar Apr 17 '19 22:04 reddytocode

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.

rEufrazio avatar Oct 29 '19 22:10 rEufrazio

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)

reddytocode avatar Oct 30 '19 00:10 reddytocode

@rEufrazio .

reddytocode avatar Oct 30 '19 00:10 reddytocode

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

SaddamBInSyed avatar Jan 27 '20 06:01 SaddamBInSyed

@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.

rushikesh-walke avatar Sep 15 '20 09:09 rushikesh-walke