arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

support for GPU #11

Open cedricve opened 5 years ago

cedricve commented 5 years ago

any documentation how to run this on a GPU?

arunponnusamy commented 5 years ago

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.

reddytocode commented 5 years ago

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

rEufrazio commented 4 years ago

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.

reddytocode commented 4 years ago

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 commented 4 years ago

@rEufrazio .

SaddamBInSyed commented 4 years ago

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

rushikesh-walke commented 3 years ago

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