-
Notifications
You must be signed in to change notification settings - Fork 131
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
System.DllNotFoundException - Unable to load DLL 'x64\yolo_cpp_dll_gpu.dll': The specified module could not be found. #6
Comments
Exists the x64 folder on the destination?
|
Thank for your reply, i recorded a video to show step by step. Hope it could help. |
Dont change the existing code in the YoloWrapper.cs, copy the cudnn64_7.dll in the x64 output directory. |
It is working perfectly now, thank for your help! |
i get the same error in this line haaaalp! |
@omarattia3143 have you some result with this tool "%PROGRAMFILES%\NVIDIA Corporation\NVSMI\nvidia-smi.exe"? |
@tinohager thanks for the fast replay, here is the result > +-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+ |
Do you have experience with c++? I call this method in background cudaGetDeviceCount. https://github.com/AlexeyAB/darknet/blob/master/src/yolo_v2_class.cpp -> int get_device_count() { |
i understand the code ... but i can't figure out the problem with gpu though everything works great with cpu. as soon as i put cudnn64_7.dll i get this exact error building for x64: i think i have to try it on a different machine. |
Check you have missing dependency and send a screenshot please |
Have you copy the cudnn64_7.dll in the x64 directory.? |
Your system miss the |
Try this dll please msvcr100.zip |
excuse my limited knowledge, my msvcr100 files are OK tried different version and tried yours and even Microsoft Visual C++ Redistributable for Visual Studio 2017 ... is there problem with my kernel32.dll too? |
finally the detection has been using gpu with these configurations: |
perfect 👍 |
Hi, i got this error when trying to test on a gpu environment. Could you help me?
The text was updated successfully, but these errors were encountered: