↓ 4 callersFunctionnms_gpuNms function with gpu implementation. Args: boxes (torch.Tensor): Input boxes with the shape of [N, 5] ([x1, y1, x2, y2, ry])
mmdet3d/ops/iou3d/iou3d_utils.py:25
↓ 3 callersMethod__init__(
self,
numC_input,
num_layer=[2, 2, 2],
num_channels=None,
mmdet3d/models/backbones/resnet.py:14
↓ 3 callersMethod__init__(
self,
*,
input_scope: List[Tuple[float, float, float]],
output_scope: List[T
mmdet3d/models/dense_heads/vanilla_seg_old.py:50
↓ 3 callersMethod__init__(self,num_channels=32,feat_channels=[64, 128, 256, 512, 1024], residual='conv')
mmdet3d/models/detectors/Unet3D.py:14
↓ 3 callersMethod_bboxes_transform(self, img, bboxes, centers2d, gt_labels, depths, resize, crop, flip=False)
mmdet3d/datasets/pipelines/av2_pipeline.py:186
↓ 3 callersMethod_img_transform(self, img, resize, resize_dims, crop, flip=False, rotate=0, depthmap=None)
mmdet3d/datasets/pipelines/av2_pipeline.py:277
↓ 3 callersMethodadd_bboxesAdd bounding box to visualizer. Args: bbox3d (numpy.array, shape=[M, 7]): 3D bbox (x, y, z, x_size, y_size, z_siz
mmdet3d/core/visualizer/open3d_vis.py:404