MCPcopy Create free account

hub / github.com/Tsinghua-MARS-Lab/GeoMAE / functions

Functions2,489 in github.com/Tsinghua-MARS-Lab/GeoMAE

↓ 1 callersMethod__init__
(self, data_root, ann_file, pipeline=None,
mmdet3d/datasets/scannet_dataset.py:51
↓ 1 callersMethod__init__
(self, translation_std=[0.25, 0.25, 0.25], global_rot_range=[0.0, 0.0],
mmdet3d/datasets/pipelines/transforms_3d.py:470
↓ 1 callersMethod__init__
(self, keys, meta_keys=('filename', 'ori_shape', 'img_shape', 'lidar2img',
mmdet3d/datasets/pipelines/formating.py:135
↓ 1 callersMethod__init__
(self, n_channels)
mmdet3d/models/necks/imvoxel_neck.py:75
↓ 1 callersMethod__init__
(self, num_cls, num_base_anchors, box_code_size,
mmdet3d/models/dense_heads/shape_aware_head.py:43
↓ 1 callersMethod__init__
(self, num_classes, in_channels, bbox_coder,
mmdet3d/models/dense_heads/groupfree3d_head.py:137
↓ 1 callersMethod__init__
(self, embed_dims, num_heads, attn_drop=0.,
mmdet3d/models/model_utils/transformer.py:28
↓ 1 callersMethod__init__
(self, **kwargs)
mmdet3d/models/detectors/mvx_faster_rcnn.py:13
↓ 1 callersMethod__init__
(self, in_channels=4, feat_channels=(64, ), with_distance=F
mmdet3d/models/voxel_encoders/pillar_encoder.py:39
↓ 1 callersMethod__len__
int: Number of points in the current object.
mmdet3d/core/points/base_points.py:337
↓ 1 callersMethod_assign_and_sample
Assign and sample proposals for training. Args: proposal_list (list[dict]): Proposals produced by RPN. gt_bboxes_3d (
mmdet3d/models/roi_heads/part_aggregation_roi_head.py:230
↓ 1 callersMethod_auxiliary_head_forward_train
Run forward function and calculate loss for auxiliary head in training.
mmdet3d/models/segmentors/encoder_decoder.py:96
↓ 1 callersMethod_bbox_forward_train
Forward training function of roi_extractor and bbox_head. Args: seg_feats (torch.Tensor): Point-wise semantic features.
mmdet3d/models/roi_heads/part_aggregation_roi_head.py:172
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
mmdet3d/datasets/custom_3d.py:276
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
mmdet3d/datasets/custom_3d_seg.py:357
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
mmdet3d/datasets/nuscenes_mono_dataset.py:594
↓ 1 callersFunction_calculate_fan_in_and_fan_out_hwio
(tensor)
mmdet3d/ops/spconv/conv.py:28
↓ 1 callersMethod_check_ann_files
Make ann_files as list/tuple.
mmdet3d/datasets/s3dis_dataset.py:277
↓ 1 callersFunction_check_h3d_bbox_head
(bbox_cfg, bbox_head)
tests/test_runtime/test_config.py:267
↓ 1 callersFunction_check_mask_head
(mask_cfg, mask_head)
tests/test_runtime/test_config.py:156
↓ 1 callersFunction_check_parta2_bbox_head
(bbox_cfg, bbox_head)
tests/test_runtime/test_config.py:224
↓ 1 callersFunction_check_roi_head
(config, head)
tests/test_runtime/test_config.py:101
↓ 1 callersMethod_check_rot_mat
Check if rotation matrix is valid for self.rotation_axis. Args: rot_mat (np.ndarray): Rotation matrix to be applied.
mmdet3d/datasets/pipelines/transforms_3d.py:562
↓ 1 callersMethod_check_scene_idxs
Make scene_idxs as list/tuple.
mmdet3d/datasets/s3dis_dataset.py:284
↓ 1 callersMethod_convert_to_label
Convert class_id in loaded segmentation mask to label.
tools/data_converter/s3dis_data_utils.py:162
↓ 1 callersMethod_convert_to_label
Convert class_id in loaded segmentation mask to label.
tools/data_converter/scannet_data_utils.py:215
↓ 1 callersMethod_decode_head_forward_test
Run forward function and calculate loss for decode head in inference.
mmdet3d/models/segmentors/encoder_decoder.py:90
↓ 1 callersMethod_decode_head_forward_train
Run forward function and calculate loss for decode head in training.
mmdet3d/models/segmentors/encoder_decoder.py:79
↓ 1 callersFunction_draw_bboxes_ind
Draw bbox on visualizer and change the color or points inside bbox3d with indices. Args: bbox3d (numpy.array | torch.tensor, shape=[M
mmdet3d/core/visualizer/open3d_vis.py:183
↓ 1 callersMethod_extract_data
Load data using input pipeline and extract data according to key. Args: index (int): Index for accessing the target data.
mmdet3d/datasets/custom_3d_seg.py:379
↓ 1 callersMethod_extract_data
Load data using input pipeline and extract data according to key. Args: index (int): Index for accessing the target data.
mmdet3d/datasets/nuscenes_mono_dataset.py:544
↓ 1 callersMethod_extract_input
Extract inputs from features dictionary. Args: feat_dict (dict): Feature dict from backbone. Returns: torch.
mmdet3d/models/dense_heads/vote_head.py:107
↓ 1 callersMethod_extract_input
Extract inputs from features dictionary. Args: feat_dict (dict): Feature dict from backbone. Returns: torch.
mmdet3d/models/dense_heads/groupfree3d_head.py:279
↓ 1 callersMethod_extract_input
Extract inputs from features dictionary. Args: feat_dict (dict): Feature dict from backbone. Returns: list[t
mmdet3d/models/decode_heads/pointnet2_head.py:41
↓ 1 callersFunction_fill_trainval_infos
Generate the train/val infos from the raw data. Args: nusc (:obj:`NuScenes`): Dataset class in the nuScenes dataset. train_scenes
tools/data_converter/nuscenes_converter.py:143
↓ 1 callersFunction_fill_trainval_infos
Generate the train/val infos from the raw data. Args: lyft (:obj:`LyftDataset`): Dataset class in the Lyft dataset. train_scenes
tools/data_converter/lyft_converter.py:91
↓ 1 callersFunction_fill_trainval_infos
Generate the train/val infos from the raw data. Args: nusc (:obj:`NuScenes`): Dataset class in the nuScenes dataset. train_scenes
tools/data_converter/nuscenes_ssl_converter.py:148
↓ 1 callersMethod_gather_feat
Gather feature map. Given feature map and index, return indexed feature map. Args: feat (torch.tensor): Feature map with
mmdet3d/models/dense_heads/centerpoint_head_iou.py:150
↓ 1 callersMethod_gather_feat
Gather feature map. Given feature map and index, return indexed feature map. Args: feat (torch.tensor): Feature map with
mmdet3d/models/dense_heads/centerpoint_head.py:362
↓ 1 callersMethod_gather_feat
Gather feature map. Given feature map and index, return indexed feature map. Args: feat (torch.tensor): Feature map with
mmdet3d/models/dense_heads/centerpoint_head_waymo.py:361
↓ 1 callersFunction_generate_kitti_multi_modality_dataset_config
()
tests/test_data/test_datasets/test_kitti_dataset.py:50
↓ 1 callersFunction_generate_waymo_train_dataset_config
()
tests/test_data/test_datasets/test_waymo_dataset.py:9
↓ 1 callersFunction_get_activation_fn
Return an activation function given a string
mmdet3d/models/sst/sra_block.py:141
↓ 1 callersFunction_get_activation_fn
Return an activation function given a string
mmdet3d/models/sst/sst_basic_block_v2.py:157
↓ 1 callersFunction_get_activation_fn
Return an activation function given a string
mmdet3d/models/sst/block_sst_basic_block_sconv.py:163
↓ 1 callersFunction_get_activation_fn
Return an activation function given a string
mmdet3d/models/sst/sst_basic_block.py:149
↓ 1 callersFunction_get_activation_fn
Return an activation function given a string
mmdet3d/models/sst/block_sst_basic_block.py:148
↓ 1 callersMethod_get_bboxes_single
Transform outputs for a single batch item into bbox predictions. Args: cls_scores (list[Tensor]): Box scores for a single scale l
mmdet3d/models/dense_heads/fcos_mono3d_head.py:560
↓ 1 callersMethod_get_cls_out_channels
Return the channel number of classification outputs.
mmdet3d/models/dense_heads/vote_head.py:95
↓ 1 callersFunction_get_config_directory
Find the predefined detector config directory.
tests/test_runtime/test_apis.py:21
↓ 1 callersFunction_get_config_directory
Find the predefined detector config directory.
tests/test_models/test_detectors.py:21
↓ 1 callersFunction_get_config_directory
Find the predefined detector config directory.
tests/test_models/test_forward.py:13
↓ 1 callersFunction_get_config_directory
Find the predefined detector config directory.
tests/test_models/test_segmentors.py:11
↓ 1 callersFunction_get_config_directory
Find the predefined detector config directory.
tests/test_models/test_heads/test_heads.py:22
↓ 1 callersFunction_get_config_module
Load a configuration as a python module.
tests/test_models/test_forward.py:28
↓ 1 callersFunction_get_config_module
Load a configuration as a python module.
tests/test_models/test_segmentors.py:26
↓ 1 callersFunction_get_model_cfg
Grab configs necessary to create a model. These are deep copied to allow for safe modification of parameters without influencing other tests.
tests/test_models/test_detectors.py:45
↓ 1 callersFunction_get_parta2_bbox_head_cfg
Grab configs necessary to create a parta2_bbox_head. These are deep copied to allow for safe modification of parameters without influencing o
tests/test_models/test_heads/test_heads.py:136
↓ 1 callersMethod_get_pipeline
Get data loading pipeline in self.show/evaluate function. Args: pipeline (list[dict] | None): Input pipeline. If None is given, \
mmdet3d/datasets/custom_3d_seg.py:362
↓ 1 callersMethod_get_pipeline
Get data loading pipeline in self.show/evaluate function. Args: pipeline (list[dict] | None): Input pipeline. If None is given, \
mmdet3d/datasets/nuscenes_mono_dataset.py:577
↓ 1 callersMethod_get_points_single
Get points of a single scale level.
mmdet3d/models/dense_heads/anchor_free_mono3d_head.py:481
↓ 1 callersMethod_get_pts_filename
Get point cloud filename according to the given index. Args: index (int): Index of the point cloud file to get. Returns:
mmdet3d/datasets/kitti_dataset.py:82
↓ 1 callersMethod_get_pts_filename
(self, idx)
mmdet3d/datasets/waymo_dataset.py:635
↓ 1 callersMethod_get_reg_out_channels
Return the channel number of regression outputs.
mmdet3d/models/dense_heads/vote_head.py:100
↓ 1 callersFunction_get_rpn_head_cfg
Grab configs necessary to create a rpn_head. These are deep copied to allow for safe modification of parameters without influencing other tes
tests/test_models/test_heads/test_heads.py:64
↓ 1 callersMethod_get_sample_indices
Load annotations from ann_file. Args: ann_file (str): Path of the annotation file. Returns: list[dict]: List
mmdet3d/datasets/dataset_wrappers.py:29
↓ 1 callersFunction_in_projection
r""" Performs the in-projection step of the attention operation. This is simply a triple of linear projections, with shape constraints on th
mmdet3d/ops/sst/my_multihead_attention.py:86
↓ 1 callersFunction_in_projection_packed
r""" Performs the in-projection step of the attention operation, using packed weights. Output is a triple containing projection tensors for
mmdet3d/ops/sst/my_multihead_attention.py:34
↓ 1 callersMethod_init_assigner_sampler
Initialize the target assigner and sampler of the head.
mmdet3d/models/dense_heads/anchor3d_head.py:121
↓ 1 callersMethod_init_auxiliary_head
Initialize ``auxiliary_head``
mmdet3d/models/segmentors/encoder_decoder.py:47
↓ 1 callersMethod_init_cls_convs
Initialize classification conv layers of the head.
mmdet3d/models/dense_heads/anchor_free_mono3d_head.py:171
↓ 1 callersMethod_init_decode_head
Initialize ``decode_head``
mmdet3d/models/segmentors/encoder_decoder.py:42
↓ 1 callersMethod_init_layers
Initialize layers of the head.
mmdet3d/models/dense_heads/anchor_free_mono3d_head.py:165
↓ 1 callersMethod_init_layers
Initialize neural network layers of the head.
mmdet3d/models/dense_heads/anchor3d_head.py:137
↓ 1 callersMethod_init_predictor
Initialize predictor layers of the head.
mmdet3d/models/dense_heads/anchor_free_mono3d_head.py:234
↓ 1 callersMethod_init_reg_convs
Initialize bbox regression conv layers of the head.
mmdet3d/models/dense_heads/anchor_free_mono3d_head.py:191
↓ 1 callersMethod_input_generation
Generating model input. Generate input by subtracting patch center and adding additional \ features. Currently support colors and
mmdet3d/datasets/pipelines/transforms_3d.py:1068
↓ 1 callersMethod_input_generation
Generating model input. Generate input by subtracting patch center and adding additional \ features. Currently support colors and
mmdet3d/models/segmentors/encoder_decoder.py:151
↓ 1 callersMethod_load_attr_labels
Private function to load label annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`. Returns
mmdet3d/datasets/pipelines/loading.py:571
↓ 1 callersMethod_load_bboxes_3d
Private function to load 3D bounding box annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`.
mmdet3d/datasets/pipelines/loading.py:533
↓ 1 callersMethod_load_bboxes_depth
Private function to load 2.5D bounding box annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`.
mmdet3d/datasets/pipelines/loading.py:546
↓ 1 callersMethod_load_labels_3d
Private function to load label annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`. Returns
mmdet3d/datasets/pipelines/loading.py:559
↓ 1 callersMethod_load_masks_3d
Private function to load 3D mask annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`. Retur
mmdet3d/datasets/pipelines/loading.py:583
↓ 1 callersMethod_load_points
Private function to load point clouds data. Args: pts_filename (str): Filename of point clouds data. Returns:
mmdet3d/datasets/pipelines/loading.py:138
↓ 1 callersMethod_load_semantic_seg_3d
Private function to load 3D semantic segmentation annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset
mmdet3d/datasets/pipelines/loading.py:608
↓ 1 callersFunction_mha_shape_check
(query: Tensor, key: Tensor, value: Tensor, key_padding_mask: Optional[Tensor], attn_mas
mmdet3d/ops/sst/my_multihead_attention.py:180
↓ 1 callersFunction_parse_coco_ann_info
(ann_info)
tools/data_converter/create_gt_database.py:31
↓ 1 callersMethod_patch_points_sampling
Patch points sampling. First sample a valid patch. Then sample points within that patch to a certain number. Args:
mmdet3d/datasets/pipelines/transforms_3d.py:1109
↓ 1 callersFunction_points_in_convex_polygon_3d_jit
Args: points (np.ndarray): Input points with shape of (num_points, 3). polygon_surfaces (np.ndarray): Polygon surfaces with shape
mmdet3d/core/bbox/box_np_ops.py:718
↓ 1 callersFunction_points_to_voxel_kernel
convert kitti points(N, >=3) to voxels. Args: points (np.ndarray): [N, ndim]. points[:, :3] contain xyz points and \ points[:
mmdet3d/core/voxel/voxel_generator.py:211
↓ 1 callersFunction_points_to_voxel_reverse_kernel
convert kitti points(N, >=3) to voxels. Args: points (np.ndarray): [N, ndim]. points[:, :3] contain xyz points and \ points[:
mmdet3d/core/voxel/voxel_generator.py:137
↓ 1 callersFunction_poly2mask
(mask_ann, img_h, img_w)
tools/data_converter/create_gt_database.py:15
↓ 1 callersFunction_prepare_data
(gt_annos, dt_annos, current_class, difficulty)
mmdet3d/core/evaluation/kitti_utils/eval.py:419
↓ 1 callersMethod_rand_another
Randomly get another item with the same flag. Returns: int: Another index of item with the same flag.
mmdet3d/datasets/custom_3d.py:340
↓ 1 callersMethod_rand_another
Randomly get another item with the same flag. Returns: int: Another index of item with the same flag.
mmdet3d/datasets/custom_3d_seg.py:348
↓ 1 callersMethod_random_scale
Private function to randomly set the scale factor. Args: input_dict (dict): Result dict from loading pipeline. Returns:
mmdet3d/datasets/pipelines/transforms_3d.py:720
↓ 1 callersMethod_reset
Reset the index of batchsampler to zero.
mmdet3d/datasets/pipelines/dbsampler.py:58
↓ 1 callersMethod_reset_parameters
(self)
mmdet3d/ops/sst/my_multihead_attention.py:583
↓ 1 callersMethod_reset_parameters
(self)
mmdet3d/models/backbones/sst_use_mae_pretrained_v1.py:196
↓ 1 callersMethod_reset_parameters
(self)
mmdet3d/models/backbones/multi_mae_sst_spearate_top_only.py:318
← previousnext →501–600 of 2,489, ranked by callers