AlturosDestinations / Alturos.Yolo

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

Problems when starting an instance of yolo wrapper in an application that mail as a windows service #185

Closed fanatidark closed 2 years ago

fanatidark commented 2 years ago

I currently have an application that runs as a windows service, I already have the complete code and if I run it as a windows form application it works perfectly, but at the time of passing it to a windows service when I get to the part where the yolo wrapper is created the service ends unexpectedly, not even with debug it shows me any error

fanatidark commented 2 years ago

the error was solved, the problem was that the .cfg file was not in the correct routta, the strange thing is that the exception did not indicate anything that would give any clue.