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