MCPcopy Create free account

hub / github.com/MaverickPeter/vDiSCO / functions

Functions910 in github.com/MaverickPeter/vDiSCO

Functiondrop_info_with_name
(info, name)
prnet/utils/common_utils.py:27
Functioneuler2se3
(x, y, z, roll, pitch, yaw)
prnet/datasets/oxford/utils.py:172
Functioneuler2se3
(x, y, z, roll, pitch, yaw)
prnet/datasets/nclt/utils.py:152
Functionexport_eval_stats
(file_name, prefix, stats)
tools/trainer.py:302
Methodextra_repr
(self)
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:309
Functionfarthest_point_sampling_wrapper
prnet/ops/pointnet2/pointnet2_batch/src/sampling.cpp:37
Functionfarthest_point_sampling_wrapper
prnet/ops/pointnet2/pointnet2_stack/src/sampling.cpp:21
Methodfetch
(self, num=None)
prnet/utils/vox_utils/misc.py:40
Methodfilter_pretrained_dict
Removes layers from pretrained state dict that are not used or changed in model Args: model_dict: dict, Default model sta
prnet/models/backbones_3d/focal_sparse_conv/SemanticSeg/sem_deeplabv3.py:77
Functionfind_all_spconv_keys
Finds all spconv keys that need to have weight's transposed
prnet/utils/spconv_utils.py:11
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
Forward Function of MultiScaleDeformAttention. Args: query (Tensor): Query of Transformer with shape ( bs, num_que
prnet/ops/modules/ms_deform_attn.py:212
Methodforward
Uses iterative farthest point sampling to select a set of npoint features that have the largest minimum distance :param ctx:
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:12
Methodforward
:param ctx: :param features: (B, C, N) :param idx: (B, npoint) index tensor of the features to gather :return:
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:42
Methodforward
Find the three nearest neighbors of unknown in known :param ctx: :param unknown: (B, N, 3) :param known: (B, M, 3)
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:79
Methodforward
Performs weight linear interpolation on 3 features :param ctx: :param features: (B, C, M) Features descriptors to be interpol
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:111
Methodforward
:param ctx: :param features: (B, C, N) tensor of features to group :param idx: (B, npoint, nsample) tensor containing the ind
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:159
Methodforward
:param ctx: :param radius: float, radius of the balls :param nsample: int, maximum number of features in the balls :p
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:203
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
:param xyz: (B, N, 3) xyz coordinates of the features :param new_xyz: ignored :param features: (B, C, N) descriptors of the f
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:272
Methodforward
:param xyz: (B, N, 3) tensor of the xyz coordinates of the features :param features: (B, N, C) tensor of the descriptors of the the f
prnet/ops/pointnet2/pointnet2_batch/pointnet2_modules.py:19
Methodforward
:param unknown: (B, n, 3) tensor of the xyz positions of the unknown features :param known: (B, m, 3) tensor of the xyz positions of
prnet/ops/pointnet2/pointnet2_batch/pointnet2_modules.py:141
Methodforward
Args: ctx: max_range: int, max range of voxels to be grouped nsample: int, maximum number of features in
prnet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py:13
Methodforward
Args: new_coords: (M1 + M2 ..., 3) centers voxel indices of the ball query xyz: (N1 + N2 ..., 3) xyz coordinates of t
prnet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py:61
Methodforward
:param xyz: (N1 + N2 ..., 3) tensor of the xyz coordinates of the features :param xyz_batch_cnt: (batch_size), [N1, N2, ...]
prnet/ops/pointnet2/pointnet2_stack/voxel_pool_modules.py:70
Methodforward
Args: ctx: radius: float, radius of the balls nsample: int, maximum number of features in the balls
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:11
Methodforward
Args: ctx: features: (N1 + N2 ..., C) tensor of features to group features_batch_cnt: (batch_size) [N1 +
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:55
Methodforward
Args: xyz: (N1 + N2 ..., 3) xyz coordinates of the features xyz_batch_cnt: (batch_size), [N1, N2, ...] ne
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:123
Methodforward
Args: ctx: xyz: (B, N, 3) where N > npoint npoint: int, number of features in the sampled set Re
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:164
Methodforward
Args: ctx: xyz: (N1 + N2 + ..., 3) where N > npoint xyz_batch_cnt: [N1, N2, ...] npoint: int,
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:193
Methodforward
Args: ctx: unknown: (N1 + N2..., 3) unknown_batch_cnt: (batch_size), [N1, N2, ...] known: (M1
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:230
Methodforward
Args: ctx: features: (M1 + M2 ..., C) idx: [N1 + N2 ..., 3] weight: [N1 + N2 ..., 3]
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:267
Methodforward
Args: ctx: // support_xyz: (N1 + N2 ..., 3) xyz coordinates of the features // xyz_batch_cnt: (batch_size
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:308
Methodforward
Args: ctx: support_xyz: (N1 + N2 ..., 3) xyz coordinates of the features xyz_batch_cnt: (batch_size), [N1
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:363
Methodforward
Args: unknown: (N1 + N2 ..., 3) known: (M1 + M2 ..., 3) unknow_feats: (N1 + N2 ..., C1) known
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:131
Methodforward
Args: support_xyz: (N1 + N2 ..., 3) xyz coordinates of the features support_features: (N1 + N2 ..., C) point-wise fea
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:200
Methodforward
:param xyz: (N1 + N2 ..., 3) tensor of the xyz coordinates of the features :param xyz_batch_cnt: (batch_size), [N1, N2, ...]
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:383
Methodforward
(self, **kwargs)
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:458
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
Args: input: (B, #anchors, #classes) float tensor. Predicted logits for each class target: (B, #ancho
prnet/utils/loss_utils.py:42
Methodforward
Args: input: (B, #anchors, #codes) float tensor. Ecoded predicted locations of objects. target: (B, #
prnet/utils/loss_utils.py:107
Methodforward
Args: input: (B, #anchors, #codes) float tensor. Ecoded predicted locations of objects. target: (B, #
prnet/utils/loss_utils.py:149
Methodforward
Args: input: (B, #anchors, #classes) float tensor. Predited logits for each class. target: (B, #ancho
prnet/utils/loss_utils.py:187
Methodforward
(self, out, target, mask=None)
prnet/utils/loss_utils.py:253
Methodforward
Args: output: (batch x dim x h x w) or (batch x max_objects) mask: (batch x max_objects) ind: (batch x ma
prnet/utils/loss_utils.py:315
Methodforward
(self, x)
prnet/utils/loss_utils.py:343
Methodforward
Args: input: (B, #anchors, #classes) float tensor. Predicted logits for each class target: (B, #ancho
prnet/models/l_utils.py:46
Methodforward
Args: input: (B, #anchors, #codes) float tensor. Ecoded predicted locations of objects. target: (B, #
prnet/models/l_utils.py:111
Methodforward
Args: input: (B, #anchors, #codes) float tensor. Ecoded predicted locations of objects. target: (B, #
prnet/models/l_utils.py:153
Methodforward
Args: input: (B, #anchors, #classes) float tensor. Predited logits for each class. target: (B, #ancho
prnet/models/l_utils.py:191
Methodforward
(self, out, target, mask=None)
prnet/models/l_utils.py:257
Methodforward
Args: output: (batch x dim x h x w) or (batch x max_objects) mask: (batch x max_objects) ind: (batch x ma
prnet/models/l_utils.py:319
Methodforward
(self, input)
prnet/models/model_factory.py:19
Methodforward
(self, batch)
prnet/models/model_factory.py:51
Methodforward
(self, x)
prnet/models/attention/attentions.py:27
Methodforward
query: (B, N, C)
prnet/models/attention/attentions.py:39
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
Input x, shape (N, in_channels, H_ori, W_ori)
prnet/models/attention/attentions.py:210
Methodforward
Input x, shape (N, in_channels, X_ori, Y_ori, Z_ori)
prnet/models/attention/attentions.py:313
Methodforward
Input x, shape (N, C, H, W)
prnet/models/attention/attentions.py:366
Methodforward
Input x, shape (N, C, X, Y, Z)
prnet/models/attention/attentions.py:402
Methodforward
(self, x)
prnet/models/model_utils/mppnet_utils.py:27
Methodforward
(self, x, feat=None)
prnet/models/model_utils/mppnet_utils.py:62
Methodforward
(self, x)
prnet/models/model_utils/mppnet_utils.py:104
Methodforward
(self, src)
prnet/models/model_utils/mppnet_utils.py:131
Methodforward
(self, src, pos=None)
prnet/models/model_utils/mppnet_utils.py:197
Methodforward
(self, src, pos: Optional[Tensor] = None)
prnet/models/model_utils/mppnet_utils.py:250
Methodforward
(self, src, pos: Optional[Tensor] = None)
prnet/models/model_utils/mppnet_utils.py:358
Methodforward
(self, tgt,tgt_input)
prnet/models/model_utils/mppnet_utils.py:396
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
(self, input, batch_dict=None)
prnet/models/backbones_3d/spconv_backbone_focal.py:27
Methodforward
(self, x)
prnet/models/backbones_3d/spconv_backbone_focal.py:81
Methodforward
Args: batch_dict: batch_size: int vfe_features: (num_voxels, C) voxel_coords: (nu
prnet/models/backbones_3d/spconv_backbone_focal.py:185
Methodforward
(self, x)
prnet/models/backbones_3d/spconv_backbone.py:50
Methodforward
Args: batch_dict: batch_size: int vfe_features: (num_voxels, C) voxel_coords: (nu
prnet/models/backbones_3d/spconv_backbone.py:169
Methodforward
Args: batch_dict: batch_size: int vfe_features: (num_voxels, C) voxel_coords: (nu
prnet/models/backbones_3d/spconv_backbone.py:281
Methodforward
Args: batch_dict: batch_size: int vfe_features: (num_voxels, C) points: (num_poin
prnet/models/backbones_3d/pointnet2_backbone.py:56
Methodforward
Args: batch_dict: batch_size: int vfe_features: (num_voxels, C) points: (num_poin
prnet/models/backbones_3d/pointnet2_backbone.py:148
Methodforward
(self, x)
prnet/models/backbones_3d/spconv_unet.py:28
Methodforward
Args: batch_dict: batch_size: int vfe_features: (num_voxels, C) voxel_coords: (nu
prnet/models/backbones_3d/spconv_unet.py:169
Methodforward
(self, x)
prnet/models/backbones_3d/spconv_backbone_2d.py:60
Methodforward
(self, x)
prnet/models/backbones_3d/spconv_backbone_2d.py:95
Methodforward
(self, batch_dict)
prnet/models/backbones_3d/spconv_backbone_2d.py:168
Methodforward
(self, batch_dict)
prnet/models/backbones_3d/spconv_backbone_2d.py:260
Methodforward
Args: batch_dict: batch_size: keypoints: (B, num_keypoints, 3) multi_scale_3d_fea
prnet/models/backbones_3d/pfe/voxel_set_abstraction.py:334
Methodforward
(self, x, batch_dict, x_rgb=None)
prnet/models/backbones_3d/focal_sparse_conv/focal_sparse_conv.py:193
Methodforward
(self, input, target)
prnet/models/backbones_3d/focal_sparse_conv/focal_sparse_utils.py:29
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
Methodforward
Predicts depths and creates image depth feature volume using depth distributions Args: images: (N, 3, H_in, W_in), Input
prnet/models/backbones_3d/focal_sparse_conv/SemanticSeg/pyramid_ffn.py:39
Methodforward
Args: batch_dict: images: (N, 3, H_in, W_in), Input images **kwargs: Returns: bat
prnet/models/backbones_3d/vfe/image_vfe.py:62
Methodforward
Args: batch_dict: voxels: (num_voxels, max_points_per_voxel, C) voxel_num_points: optional (num_v
prnet/models/backbones_3d/vfe/dynamic_mean_vfe.py:38
Methodforward
Args: voxels: (num_voxels, max_points_per_voxel, C) voxel_num_points: optional (num_voxels) Returns:
prnet/models/backbones_3d/vfe/mean_vfe.py:14
Methodforward
(self, inputs)
prnet/models/backbones_3d/vfe/pillar_vfe.py:29
Methodforward
(self, batch_dict, **kwargs)
prnet/models/backbones_3d/vfe/pillar_vfe.py:94
Methodforward
(self, inputs, unq_inv)
prnet/models/backbones_3d/vfe/dynamic_pillar_vfe.py:35
Methodforward
(self, batch_dict, **kwargs)
prnet/models/backbones_3d/vfe/dynamic_pillar_vfe.py:90
Methodforward
(self, batch_dict, **kwargs)
prnet/models/backbones_3d/vfe/dynamic_pillar_vfe.py:190
Methodforward
Args: **kwargs: Returns: batch_dict: ... vfe_features: (num_voxels, C)
prnet/models/backbones_3d/vfe/vfe_template.py:12
← previousnext →601–700 of 910, ranked by callers