2 instantiations of ObjectLabel
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionMetrics.cs (2)
322
var obj = new
ObjectLabel
();
364
var obj = new
ObjectLabel
();
19 references to ObjectLabel
Microsoft.ML.TorchSharp (19)
AutoFormerV2\ObjectDetectionMetrics.cs (19)
60
private static List<List<
ObjectLabel
>> ThresholdFilter(List<List<
ObjectLabel
>> objectLabelListIn, float scoreThreshold)
64
List<List<
ObjectLabel
>> objectLabelListOut = new();
159
private static float CalculateIoU(
ObjectLabel
bbox,
ObjectLabel
gt)
179
private static void ImageIoU(List<
ObjectLabel
> objectLabel, List<
ObjectLabel
> annotation, Dictionary<string, List<Tuple<float, float>>> iouDic, Dictionary<string, int> groundTruthBoxes)
185
var
gt = annotation[annotaIndex];
189
var
predBox = objectLabel[detectIndex];
230
private static void GenerateIOUDic(List<List<
ObjectLabel
>> annotations, List<List<
ObjectLabel
>> objectLabelList, Dictionary<string, List<Tuple<float, float>>> iouDic, Dictionary<string, int> groundTruthBoxes)
293
private static List<List<
ObjectLabel
>> PredIdvToObjLabl(
299
var data = new List<List<
ObjectLabel
>>();
316
var l = new List<
ObjectLabel
>();
322
var
obj = new ObjectLabel();
339
private static List<List<
ObjectLabel
>> ActualIdvToObjLabl(
344
var data = new List<List<
ObjectLabel
>>();
358
var l = new List<
ObjectLabel
>();
364
var
obj = new ObjectLabel();