diff --git a/Azaion.Common/DTO/Config/AIRecognitionConfig.cs b/Azaion.Common/DTO/Config/AIRecognitionConfig.cs index c3eff14..0b14fb9 100644 --- a/Azaion.Common/DTO/Config/AIRecognitionConfig.cs +++ b/Azaion.Common/DTO/Config/AIRecognitionConfig.cs @@ -12,9 +12,11 @@ public class AIRecognitionConfig [Key("t_dc")] public double TrackingDistanceConfidence { get; set; } [Key("t_pi")] public double TrackingProbabilityIncrease { get; set; } [Key("t_it")] public double TrackingIntersectionThreshold { get; set; } - [Key("ov_p")] public double BigImageTileOverlapPercent { get; set; } [Key("d")] public byte[] Data { get; set; } = null!; [Key("p")] public List Paths { get; set; } = null!; - [Key("m_bs")] public int ModelBatchSize { get; set; } = 2; + [Key("m_bs")] public int ModelBatchSize { get; set; } = 4; + + [Key("ov_p")] public double BigImageTileOverlapPercent { get; set; } + [Key("tile_size")] public int TileSize { get; set; } } \ No newline at end of file