AlturosDestinations/Alturos.Yolo

GPU still not working although all the requirements are met

bonima123 opened this issue · 1 comments

Hi all,

I am trying to perform live streaming detection on custom dataset using Yolov3.

However I am only able to use cpu to perform the live stream, and it takes around 1-2 second to detect objects in a frame. I have already moved cudnn64_7.dll next to the Alyutos.Yolo.dll.

I am using NVIDIA GeForce 1070 and CUDA 10.2.

But YOLO only use CPU.

HI. Make sure you put cudnn64_7.dll inside x64 folder created when you build project instead next to alturos.yolo.dll.

Lets see if it works.

image