Commit graph

4 commits

Author SHA1 Message Date
d2206a00cb Enhanced logging, diagnostics, and robustness throughout
Added NLog-based logging and diagnostics to Console and WPF apps, with programmatic configuration and support for debugger output. Refactored apps to use dependency injection and Microsoft.Extensions.Hosting. Improved output layer extraction and fallback logic in detection/recognition, including objectness-class probability multiplication. Added crop saving for diagnostics. Introduced new CLI options for diagnostics. MainViewModel and MainWindow now use DI and log errors. NumberRecognitionEngine supports logging, crop saving, and robust fallback. Added Python diagnostic script. Improved error handling and argument parsing.
2026-02-15 18:06:03 +01:00
769afc08fb Initial .NET scaffold: Core, Console, WPF projects
Introduced solution structure for AIFotoONLUS migration to .NET. Added Core library with YOLO-based detection/recognition engine using OpenCvSharp, Console batch runner, and WPF demo frontend with MVVM. Implemented model loading, directory processing, progress reporting, and preferences. Added README with build/run instructions.
2026-02-15 15:16:56 +01:00
314761bf9e First commit 2026-02-15 14:04:11 +01:00
8dc8759b81 Add .gitignore (C#/Python) and enable Git LFS for zip, dll, exe, .weights 2026-02-15 14:03:02 +01:00