Mean-Average-Precision-for-Boxes icon indicating copy to clipboard operation
Mean-Average-Precision-for-Boxes copied to clipboard

Function to calculate mAP for set of detected boxes and annotated boxes.

Results 2 Mean-Average-Precision-for-Boxes issues
Sort by recently updated
recently updated
newest added

`--------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 mean_ap, average_precisions = mean_average_precision_for_boxes('/kaggle/working/ground_truths.csv','/kaggle/working/predictions.csv') in mean_average_precision_for_boxes(ann, pred, iou_threshold, exclude_not_in_annotations, verbose) 115 present_classes = 0 116 precision = 0 --> 117...

I think this error is fixed in repo but it is showing error whenever, i am calling map function in my code.