mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
rework to Azaion.Suite
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Azaion.Annotator.DTO;
|
||||
|
||||
public class AIRecognitionConfig
|
||||
{
|
||||
public string AIModelPath { get; set; } = null!;
|
||||
public double FrameRecognitionSeconds { get; set; }
|
||||
public double TrackingDistanceConfidence { get; set; }
|
||||
public double TrackingProbabilityIncrease { get; set; }
|
||||
public double TrackingIntersectionThreshold { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user