Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running cuda 11.2, rtx 30x series on windows 10 #186

Open
avresial opened this issue Jan 26, 2022 · 0 comments
Open

Running cuda 11.2, rtx 30x series on windows 10 #186

avresial opened this issue Jan 26, 2022 · 0 comments

Comments

@avresial
Copy link

Hi!
I'm haveing problem with running predictions on following setup:

  • Windows 10
  • Cuda 11.2
  • cudnn 8.1.0
  • Visual studio 2019
  • .NET Framework 4.8
  • RTX 3080
  • redist 14.27.29016

After setting up yoloWrapper with following line:

       YoloWrapper yoloWrapper = new YoloWrapper(yoloConfiguration, new GpuConfig() { GpuIndex = 0 });

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?

I posted about this on reddit as well? Link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant