Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to run yolo 3 object detector on NVidia GPU

Hi,

I've written a program which uses OpenCV (v 4.0.1) dnn module for object detection. Now I wanna to use my GPU (Geforce 1070) to accelerate my computation, but I found that at the moment OpenCV dnn module doesn't support Nvidia GPUs, so what is the best way to accelerate my program? I must use another framework like darknet to achieve this purpose or is there any other solution?

(I'm using Windows 10, CUDA 10 and CuDNN 7.4, MSVC 2017 64)

How to run yolo 3 object detector on NVidia GPU

Hi,

I've written a program which uses OpenCV (v 4.0.1) dnn module for object detection. Now I wanna to use my GPU (Geforce 1070) to accelerate my computation, but I found that at the moment OpenCV dnn module doesn't support Nvidia GPUs, so what is the best way to accelerate my program? I must use another framework like darknet to achieve this purpose or is there any other solution?

(I'm using Windows 10, CUDA 10 and CuDNN 7.4, MSVC 2017 64)