Alturos.Yolo
Alturos.Yolo copied to clipboard
Yolo not use GPU
I have installed all the requirements, but it fails to use absolutely no gpu, only cpu. I don't know if there is any configuration file or something to do PS: sorry for my bad english.
Do you use cuda 10.2?
Do you use cuda 10.2?
Yep: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019 Cuda compilation tools, release 10.2, V10.2.89
You can enforce it with the GpuConfig class.
var gpucfg = new GpuConfig();
YoloConfiguration yoloConfiguration = new YoloConfiguration("yolo9000.cfg", "yolo9000.weights", "9k.names");
YoloWrapper yoloWrapper = new YoloWrapper(yoloConfiguration, gpucfg);
Hi, I got the same problem, I have put the cudnn64_7.dll to the bin folder and put it on the project directly (right click project > new existing item > cudnn64_t.dll)
but apparently it is not working.... please help!