2 writes to BoxBuffer
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
949
BoxBuffer
= default;
973
ImageUtils.Postprocess(imageTensor, pred, score, box, out outputCache.PredictedLabelsBuffer, out outputCache.ScoresBuffer, out outputCache.
BoxBuffer
, _parent.Options.ScoreThreshold, _parent.Options.IOUThreshold);
3 references to BoxBuffer
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (3)
864
var editor = VBufferEditor.Create(ref dst, outputCacher.
BoxBuffer
.Length);
866
for (var i = 0; i < outputCacher.
BoxBuffer
.Length; i++)
868
editor.Values[i] = outputCacher.
BoxBuffer
[i];