↓ 3 callersMethodadd_bboxesAdd bounding box to visualizer. Args: bbox3d (numpy.array, shape=[M, 7]): 3D bbox (x, y, z, x_size, y_size, z_size
mmdet3d/core/visualizer/open3d_vis.py:397
↓ 3 callersFunctionbbox2distanceDecode bounding box based on distances. Args: points (Tensor): Shape (n, 2), [x, y]. bbox (Tensor): Shape (n, 4), "xyxy" format
mmdetection-2.11.0/mmdet/core/bbox/transforms.py:159
↓ 3 callersFunctionbbox_xyxy_to_cxcywhConvert bbox coordinates from (x1, y1, x2, y2) to (cx, cy, w, h). Args: bbox (Tensor): Shape (n, 4) for bboxes. Returns: Ten
mmdetection-2.11.0/mmdet/core/bbox/transforms.py:229
↓ 3 callersFunctionpoints_in_boxes_batchFind points that are in boxes (CUDA) Args: points (torch.Tensor): [B, M, 3], [x, y, z] in LiDAR coordinate boxes (torch.Tensor):
mmdet3d/ops/roiaware_pool3d/points_in_boxes.py:85
↓ 3 callersFunctionpoints_in_boxes_gpuFind points that are in boxes (CUDA) Args: points (torch.Tensor): [B, M, 3], [x, y, z] in LiDAR coordinate boxes (torch.Tensor):
mmdet3d/ops/roiaware_pool3d/points_in_boxes.py:6