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