You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was given error that cudnn is not found. Even when cudnn64_8.dll was in projects folder. Then i tried changing dlls name from cudnn64_8.dll to cudnn64_7.dll. Then error was no more thrown, but there was another one: Unable to load DLL 'yolo_cpp_dll_gpu'. I found on the internet that yolo_cpp_dll_gpu.dll is simply renamed darknet.dll - I'm not sure if it's right. Anyway I tried to move darknet.dll to projects folder, renameing to yolo_cpp_dll_gpu.dll and it did not work :c I tried downloading yolo_cpp_dll_gpu.dll from another posts on the net, but none of them worked.
Did anyone had the same experience?
Did anyone solve it?
Hi!
I'm haveing problem with running predictions on following setup:
After setting up yoloWrapper with following line:
I was given error that
cudnn is not found
. Even whencudnn64_8.dll
was in projects folder. Then i tried changing dlls name fromcudnn64_8.dll
tocudnn64_7.dll
. Then error was no more thrown, but there was another one:Unable to load DLL 'yolo_cpp_dll_gpu'
. I found on the internet thatyolo_cpp_dll_gpu.dll
is simply renameddarknet.dll
- I'm not sure if it's right. Anyway I tried to movedarknet.dll
to projects folder, renameing toyolo_cpp_dll_gpu.dll
and it did not work :c I tried downloadingyolo_cpp_dll_gpu.dll
from another posts on the net, but none of them worked.Did anyone had the same experience?
Did anyone solve it?
I posted about this on reddit as well? Link.
The text was updated successfully, but these errors were encountered: