MCPcopy Create free account
hub / github.com/densechen/CASS / compute_degree_cm_mAP

Function compute_degree_cm_mAP

tools/utils.py:427–704  ·  view source on GitHub ↗

Compute Average Precision at a set IoU threshold (default 0.5). Returns: mAP: Mean Average Precision precisions: List of precisions at different class score thresholds. recalls: List of recall values at different class score thresholds. overlaps: [pred_boxes, gt_boxes] IoU overla

(final_results, synset_names, log_dir, degree_thresholds=[360], shift_thresholds=[100], iou_3d_thresholds=[0.1], iou_pose_thres=0.1, use_matches_for_pose=False, eval_recon=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

compute_3d_matchesFunction · 0.85
compute_RT_overlapsFunction · 0.85

Tested by

no test coverage detected