AlturosDestinations / Alturos.Yolo

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

Exception when use Gpu 1060 GTX #175

Open LankMy opened 3 years ago

LankMy commented 3 years ago

Hello! I start saying that i use the library in a machine with a 2080Ti with no problem. But when i try to run the code on a machine with a 1060GTX installed a receive this exception: in Alturos.Yolo.YoloWrapper.GetDeviceName(Int32 gpu, StringBuilder deviceName) in Alturos.Yolo.YoloWrapper.Initialize(String configurationFilename, String weightsFilename, String namesFilename, Int32 gpu, Boolean ignoreGpu, Boolean ignoreCPlusPlusDetection) in Alturos.Yolo.YoloWrapper..ctor(String configurationFilename, String weightsFilename, String namesFilename, Int32 gpu, Boolean ignoreGpu) in WindowsFormsApp2.Form1..ctor() in C:\Users\aaaa\source\repos\WindowsFormsApp2\WindowsFormsApp2\Form1.cs:riga 23 in WindowsFormsApp2.Program.Main() in C:\Users\aaa\source\repos\WindowsFormsApp2\WindowsFormsApp2\Program.cs:riga 19 Can you help me please? I also want to know if is possible to use the library with a 30xx Nvidia Series

Thank you