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