AlturosDestinations / Alturos.Yolo

C# Yolo Darknet Wrapper (real-time object detection)
MIT License
427 stars 132 forks source link

Unable to load DLL 'x64\yolo_cpp_dll_cpu.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) #103

Closed vivekranjan765 closed 4 years ago

vivekranjan765 commented 4 years ago

Hi Tino. your application for yolo object detection is really helpful. The issue which i am facing is the application gives a run-time error (('Unable to load DLL 'x64\yolo_cpp_dll_cpu.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' ) on the initialization of the 'yoloWrapper' class.

This doesn't happen when i downgrade my nugget package to 2.6.2 or less. As you upgrade your application with better performing optimized code on Git-hub every time, i would like to take the benefit of that by upgrading my application as well. Currently, i am getting the above mentioned error with your latest release, i.e. 2.6.4. I also tried with your latest source code available, but with no success. please take a look into it and let me know if i am doing anything wrong.

vivekranjan765 commented 4 years ago

Sorry to bother you Tino. Actually, i checked with dependency walker and found that the required c++ Redistributable was not installed. hence, few files were missing. i installed 'C++ 2015-2019 Redistributable' package and after that everything worked like 'charm'. Thanks and keep doing your great work. Cheers ...