AlturosDestinations / Alturos.Yolo

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

I use 3.0.6-alpha. Exception thrown: 'System.IO.FileNotFoundException' in Alturos.Yolo.dll' #134

Closed IharrYeuseenka closed 4 years ago

IharrYeuseenka commented 4 years ago

"Could not load file or assembly 'Microsoft.Win32.Registry, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."

IharrYeuseenka commented 4 years ago

I fixed this, but have new one Error on this line var config = configurationDetector.Detect();

Cannot found pre-trained model, check all config files available (.cfg, .weights, .names)

IharrYeuseenka commented 4 years ago

I did not install pre-trained model.

IharrYeuseenka commented 4 years ago

excellent - everything works