mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:46:30 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -14,4 +14,5 @@ public class AIRecognitionConfig
|
||||
[Key(nameof(TrackingIntersectionThreshold))] public double TrackingIntersectionThreshold { get; set; }
|
||||
|
||||
[Key(nameof(Data))] public byte[] Data { get; set; }
|
||||
[Key(nameof(Paths))] public List<string> Paths { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user