↓ 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):
SemVecNet/mmdetection3d/mmdet3d/ops/roiaware_pool3d/points_in_boxes.py:83
↓ 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):
SemVecNet/mmdetection3d/mmdet3d/ops/roiaware_pool3d/points_in_boxes.py:6
↓ 2 callersMethod__init__(self, inplanes, planes, stride=1, downsample=None, conv_cfg=None, norm_cfg=None)
SemVecNet/mmdetection3d/mmdet3d/ops/sparse_block.py:26
↓ 2 callersMethod__init__(
self,
mlp_channels,
num_point=None,
radius=None,
num_sample=None,
SemVecNet/mmdetection3d/mmdet3d/ops/pointnet_modules/point_sa_module.py:330
↓ 2 callersMethod__init__(self, ndim, kernel_size, stride=1, padding=0, dilation=1, subm=False)
SemVecNet/mmdetection3d/mmdet3d/ops/spconv/pool.py:22
↓ 2 callersMethod__init__(self,
ranges,
sizes=[[1.6, 3.9, 1.56]],
scales=[1],
SemVecNet/mmdetection3d/mmdet3d/core/anchor/anchor_3d_generator.py:33
↓ 2 callersMethod__init__(self,
translation_std=[0.25, 0.25, 0.25],
global_rot_range=[0.0, 0.0],
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/transforms_3d.py:374
↓ 2 callersMethod_assertArrayLikeAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None)
SemVecNet/mmdetection3d/mmdet3d/ops/spconv/test_utils.py:84