Colonel-Latte

Results 8 comments of Colonel-Latte

> I still get this error. > Alturos.Yolo version 2.6.4 > Install: Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 und 2019 x64 > Line of code for the...

> > > I still get this error. > > > Alturos.Yolo version 2.6.4 > > > Install: Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 und 2019 x64...

> I have the same error but I can find the string "private bool IsMicrosoftVisualCPlusPlus2017Available()" > in Visual studio solutions explorer. Can you describe in more detail how to fix...

var configurationDetector = new **ConfigurationDetector();** var config = configurationDetector.Detect(); using (var yoloWrapper = new YoloWrapper(config)) { var items = yoloWrapper.Detect(@"image.jpg"); //items[0].Type -> "Person, Car, ..." //items[0].Confidence -> 0.0 (low) ->...

> Error on this line > **var config = configurationDetector.Detect();** > > > Cannot found pre-trained model, check all config files available (.cfg, .weights, .names) > > I did not...

> Ok, im sorry i think i sorted the error out but now i get another one lol, cudnn not found, any idea? Hi, I'm also new to the alturos...

Hi, I got the same problem, I have put the cudnn64_7.dll to the bin folder and put it on the project directly (right click project > new existing item >...

did you copy cudnn64_7.dll file in your bin/debug folder? this should automatically enable YOLO to run with GPU example path: C:\Users\Latte\source\repos\ProjectName\ProjectaName\bin\Debug