↓ 20 callersFunction_cocoeval_summarize(
cocoeval, ap=1, iouThr=None, catIdx=None, areaRng="all", maxDets=100, catName="", nameStrLen=None
)
sahi/scripts/coco_evaluation.py:13
↓ 5 callersMethodto_coco_segmentation Returns boolean mask as coco segmentation: [ [x1, y1, x2, y2, x3, y3, ...], [x1, y1, x2, y2, x3, y3, ...],
sahi/annotation.py:306
↓ 4 callersFunctioncalculate_intersection_area Args: box1 (np.ndarray): np.array([x1, y1, x2, y2]) box2 (np.ndarray): np.array([x1, y1, x2, y2])
sahi/postprocess/utils.py:115
↓ 2 callersFunctioncalculate_box_union Args: box1 (List[int]): [x1, y1, x2, y2] box2 (List[int]): [x1, y1, x2, y2]
sahi/postprocess/utils.py:94
↓ 2 callersMethodto_coco_segmentation [ [x1, y1, x2, y2, x3, y3, ...], [x1, y1, x2, y2, x3, y3, ...], ... ]
sahi/utils/shapely.py:132
↓ 1 callersFunction_analyse_results(
res_file,
ann_file,
res_types,
out_dir=None,
extraplots=None,
areas=None,
max_de
sahi/scripts/coco_error_analysis.py:286