2 writes to Left
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionMetrics.cs (2)
326
obj.
Left
= boxes[boxIdx++];
368
obj.
Left
= boxes[boxIdx++];
6 references to Left
Microsoft.ML.TorchSharp (6)
AutoFormerV2\ObjectDetectionMetrics.cs (6)
162
float xleft = Math.Max(bbox.
Left
, gt.
Left
);
164
float xright = Math.Min(bbox.
Left
+ bbox.Width, gt.
Left
+ gt.Width);
328
obj.Width = (boxes[boxIdx++] - obj.
Left
+ 1);
370
obj.Width = (boxes[boxIdx++] - obj.
Left
+ 1);