mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 04:26:30 +00:00
add autodetection
This commit is contained in:
@@ -38,6 +38,7 @@ public partial class App : Application
|
||||
services.AddSingleton<HelpWindow>();
|
||||
services.AddSingleton<DatasetExplorer>();
|
||||
services.AddSingleton<IGalleryManager, GalleryManager>();
|
||||
services.AddSingleton<IAIDetector, YOLODetector>();
|
||||
services.AddMediatR(c => c.RegisterServicesFromAssembly(Assembly.GetExecutingAssembly()));
|
||||
services.AddSingleton<LibVLC>(_ => new LibVLC());
|
||||
services.AddSingleton<FormState>();
|
||||
|
||||
Reference in New Issue
Block a user