mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:56:29 +00:00
add nth frame to ai recognition to config
This commit is contained in:
@@ -77,7 +77,8 @@ public class ConfigUpdater : IConfigUpdater
|
||||
FrameRecognitionSeconds = Constants.DEFAULT_FRAME_RECOGNITION_SECONDS,
|
||||
TrackingDistanceConfidence = Constants.TRACKING_DISTANCE_CONFIDENCE,
|
||||
TrackingProbabilityIncrease = Constants.TRACKING_PROBABILITY_INCREASE,
|
||||
TrackingIntersectionThreshold = Constants.TRACKING_INTERSECTION_THRESHOLD
|
||||
TrackingIntersectionThreshold = Constants.TRACKING_INTERSECTION_THRESHOLD,
|
||||
FramePeriodRecognition = Constants.DEFAULT_FRAME_PERIOD_RECOGNITION
|
||||
}
|
||||
};
|
||||
Save(appConfig);
|
||||
|
||||
Reference in New Issue
Block a user