3 writes to ScoreThreshold
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\ObjectDetection.cs (1)
28ScoreThreshold = param.ScoreThreshold,
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
682ScoreThreshold = ctx.Reader.ReadDouble(),
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
58ScoreThreshold = .5,
2 references to ScoreThreshold
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
622ctx.Writer.Write(Options.ScoreThreshold); 973ImageUtils.Postprocess(imageTensor, pred, score, box, out outputCache.PredictedLabelsBuffer, out outputCache.ScoresBuffer, out outputCache.BoxBuffer, _parent.Options.ScoreThreshold, _parent.Options.IOUThreshold);