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

Function compute_3d_matches

tools/utils.py:249–324  ·  view source on GitHub ↗

Finds matches between prediction and ground truth instances. Returns: gt_matches: 2-D array. For each GT box it has the index of the matched predicted box. pred_matches: 2-D array. For each predicted box, it has the index of the matched groun

(gt_class_ids, gt_RTs, gt_scales, gt_handle_visibility, synset_names,
                       pred_boxes, pred_class_ids, pred_scores, pred_RTs, pred_scales,
                       iou_3d_thresholds, score_threshold=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

compute_degree_cm_mAPFunction · 0.85

Calls 2

trim_zerosFunction · 0.85
compute_3d_iou_newFunction · 0.85

Tested by

no test coverage detected