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