AlturosDestinations / Alturos.Yolo

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

System.DllNotFoundException: Unable to load DLL yolo_cpp_dll_cpu.dll #130

Open umutdag1 opened 4 years ago

umutdag1 commented 4 years ago

Guys, I'm working on a project in unity. But, I got an error like : DllNotFoundException: x64\yolo_cpp_dll_cpu.dll Alturos.Yolo.YoloWrapper.Initialize (System.String configurationFilename, System.String weightsFilename, System.String namesFilename, System.Int32 gpu, System.Boolean ignoreGpu, System.Boolean ignoreCPlusPlusDetection) (at :0) Alturos.Yolo.YoloWrapper..ctor (Alturos.Yolo.YoloConfiguration yoloConfiguration, System.Boolean ignoreGpu) (at :0) NeuralNet.doOperation () (at Assets/Scripts/NeuralNet.cs:26) ReadImage.Start () (at Assets/Scripts/ReadImage.cs:61)

Please help me! I'm stuck.

JuanDiegoAW commented 3 years ago

Did you manage to solve it? I'm trying to do it for Unity with no luck.