↓ 1 callersFunctionrbbox_iou_3d_pair boxes_3d, qboxes_3d: (cx, cy, cz, l, w, h, r) n, 7
ops/pybind11/rbbox_iou.py:189
Method__init__(self, npoints, split,
random_flip=False, random_shift=False,
one_hot=True,
datasets/provider_sample_refine.py:40
Method__init__(self, npoints, split,
random_flip=False, random_shift=False,
one_hot=True,
datasets/provider_sample.py:41
Method__init__(self, npoints, split,
random_flip=False, random_shift=False, one_hot=True,
datasets/provider_sample_sunrgbd.py:62
Method__init__(self, Infea, mlp, dist, nsample, use_xyz=True, use_feature=True)
models/det_base_sunrgbd.py:36
Functionbev_nms_np :param dets: [[cx, cz, l, w, ry, score]] :param thresh: retain overlap < thresh :return: indices to keep
ops/pybind11/rbbox_iou.py:239
Functionbox3DOverlapmeasure overlap between 3D bounding boxes, parametrized by (ry, h, w, l, tx, ty, tz)
train/kitti_eval/evaluate_object_3d_offline.cpp:319
Functionbox3DOverlapmeasure overlap between 3D bounding boxes, parametrized by (ry, h, w, l, tx, ty, tz)
train/kitti_eval/evaluate_object.cpp:320
Functioncompute_box_3d_obj_array cx, cy, cz, l, w, h, heading_angle Returns: corners_3d: (8,3) array in in upright depth coord.
sunrgbd/sunrgbd_utils.py:271
Functioncube_nms_np :param dets: [[cx, cy, cz, l, w, h, ry, score]] :param thresh: retain overlap < thresh :return: indices to keep
ops/pybind11/rbbox_iou.py:203
Functionextract_frustum_det_data(idx_filename, split, output_filename, det_filename,
perturb_box2d=False, augment
kitti/prepare_data.py:102