Methodforward :param query (N, Length_{query}, C) :param reference_points (N, Length_{query}, n_levels, 2), range
prnet/ops/modules/ms_deform_attn.py:78
Methodforward :param xyz: (B, N, 3) xyz coordinates of the features :param new_xyz: (B, npoint, 3) centroids :param features: (B, C, N) des
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:241
Methodforward(ctx, value, value_spatial_shapes, value_level_start_index, sampling_locations, attention_weights, im2col_step
prnet/ops/functions/ms_deform_attn_func.py:23
Methodforward query: (B, N, C) key: (S, M, B, C) reference_points_cam: (S, B, N, D, 2), in 0-1 bev_mask: (S, B, N, D)
prnet/models/attention/attentions.py:82
Methodforward Applies convolutional block Args: features: (B, C_in, H, W), Input features Returns: x: (B, C_out, H,
prnet/models/model_utils/basic_block_2d.py:23
Methodforward Applies convolutional block Args: features: (B, C_in, H, W), Input features Returns: x: (B, C_out, H,
prnet/models/backbones_3d/focal_sparse_conv/SemanticSeg/basic_blocks.py:22
Methodforward Applies convolutional block Args: features: (B, C_in, H, W), Input features Returns: x: (B, C_out, H,
prnet/models/backbones_3d/focal_sparse_conv/SemanticSeg/basic_blocks.py:54
Methodforward Forward pass Args: images: (N, 3, H_in, W_in), Input images Returns result: dict[torch.Tensor], Depth
prnet/models/backbones_3d/focal_sparse_conv/SemanticSeg/sem_deeplabv3.py:100