MCPcopy Create free account

hub / github.com/AutonomousVehicleLaboratory/SemVecNet / functions

Functions2,802 in github.com/AutonomousVehicleLaboratory/SemVecNet

↓ 2 callersMethodrepr
SemVecNet/mmdetection3d/mmdet3d/ops/spconv/include/tensorview/tensorview.h:964
↓ 2 callersFunctionresume_color
(img)
semantic_mapping/src/utils/renderer.py:102
↓ 2 callersFunctionrotate_iou_gpu_eval
Rotated box iou running in gpu. 500x faster than cpu version (take 5ms in one example with numba.cuda code). convert from [this project]( http
SemVecNet/mmdetection3d/mmdet3d/core/evaluation/kitti_utils/rotate_iou.py:341
↓ 2 callersFunctionrotation_2d
Rotation 2d points based on origin point clockwise when angle positive. Args: points (np.ndarray): Points to be rotated with shape \
SemVecNet/mmdetection3d/mmdet3d/core/bbox/box_np_ops.py:83
↓ 2 callersMethodsample_all
Sampling all categories of bboxes. Args: gt_bboxes (np.ndarray): Ground truth bounding boxes. gt_labels (np.ndarray):
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/dbsampler.py:191
↓ 2 callersFunctionsample_pts_from_line
(line, fixed_num=-1, sample_dist=1,
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_offlinemap_dataset.py:2305
↓ 2 callersMethodsample_pts_from_line
(self, line)
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_offlinemap_dataset.py:992
↓ 2 callersMethodsample_pts_from_line
(self, line)
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_map_dataset.py:869
↓ 2 callersMethodsave_image
Parse and save the images in png format. Args: frame (:obj:`Frame`): Open dataset frame proto. file_idx (int): Curren
SemVecNet/tools/data_converter/waymo_converter.py:132
↓ 2 callersFunctionsave_semantic_image
save semantic image or map
tools/nusc_semantic_mapping.py:128
↓ 2 callersFunctionsave_semantic_image
save semantic image or map
tools/av2_semantic_mapping.py:145
↓ 2 callersFunctionseg_eval
Semantic Segmentation Evaluation. Evaluate the result of the Semantic Segmentation. Args: gt_labels (list[torch.Tensor]): Ground tr
SemVecNet/mmdetection3d/mmdet3d/core/evaluation/seg_eval.py:70
↓ 2 callersFunctionsetup
(app)
SemVecNet/mmdetection3d/docs/conf.py:188
↓ 2 callersMethodshow
Visualize the points cloud. Args: save_path (str): path to save image. Default: None.
SemVecNet/mmdetection3d/mmdet3d/core/visualizer/open3d_vis.py:430
↓ 2 callersMethodshow
Results visualization. Args: results (list[dict]): List of bounding boxes results. out_dir (str): Output directory of
SemVecNet/mmdetection3d/mmdet3d/datasets/nuscenes_dataset.py:543
↓ 2 callersMethodshow
Results visualization. Args: results (list[dict]): List of bounding boxes results. out_dir (str): Output directory of
SemVecNet/mmdetection3d/mmdet3d/datasets/nuscenes_mono_dataset.py:605
↓ 2 callersMethodshow
Results visualization. Args: results (list[dict]): List of bounding boxes results. out_dir (str): Output directory of
SemVecNet/mmdetection3d/mmdet3d/datasets/scannet_dataset.py:229
↓ 2 callersMethodshow
Results visualization. Args: results (list[dict]): List of bounding boxes results. out_dir (str): Output directory of
SemVecNet/mmdetection3d/mmdet3d/datasets/scannet_dataset.py:385
↓ 2 callersFunctionsingle_gpu_test
Test model with single gpu. This method tests model with single gpu and gives the 'show' option. By setting ``show=True``, it saves the visua
SemVecNet/mmdetection3d/mmdet3d/apis/test.py:11
↓ 2 callersMethodsingle_level_grid_anchors
Generate grid anchors of a single level feature map. This function is usually called by method ``self.grid_anchors``. Args:
SemVecNet/mmdetection3d/mmdet3d/core/anchor/anchor_3d_generator.py:108
↓ 2 callersMethodtile_exists
Return if a tile is in current map_tile.
semantic_mapping/src/dynamic_map.py:316
↓ 2 callersMethodtile_is_active
Return if an existing map tile is active in the dynamic map.
semantic_mapping/src/dynamic_map.py:321
↓ 2 callersMethodvoxelize
Apply hard voxelization to points.
SemVecNet/mmdetection3d/mmdet3d/models/detectors/parta2.py:59
↓ 2 callersMethodwindow_partition
Args: x: (B, H, W, C) window_size (int): window size Returns: windows: (num_windows*B, window_siz
SemVecNet/projects/mmdet3d_plugin/models/backbones/swin.py:352
↓ 1 callersFunctionDivUp
SemVecNet/mmdetection3d/mmdet3d/ops/spconv/include/tensorview/helper_launch.h:10
↓ 1 callersMethod__call__
Call function to apply noise to each ground truth in the scene. Args: input_dict (dict): Result dict from loading pipeline.
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/transforms_3d.py:384
↓ 1 callersMethod__call__
Call function to load multiple types annotations. Args: results (dict): Result dict from :obj:`mmdet3d.CustomDataset`. R
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/loading.py:626
↓ 1 callersMethod__call__
Call function to collect keys in results. The keys in ``meta_keys`` will be converted to :obj:`mmcv.DataContainer`. Args:
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/formating.py:146
↓ 1 callersMethod__call__
Call function to transform and format common fields in results. Args: results (dict): Result dict contains the data to convert.
SemVecNet/projects/mmdet3d_plugin/datasets/pipelines/formating.py:26
↓ 1 callersMethod__init__
(self, nusc_map, map_explorer, patch_size,
SemVecNet/tools/maptrv2/custom_nusc_map_converter.py:385
↓ 1 callersMethod__init__
(self, *args, **kwargs)
SemVecNet/mmdetection3d/mmdet3d/ops/norm.py:43
↓ 1 callersMethod__init__
(self, use_xyz: bool = True)
SemVecNet/mmdetection3d/mmdet3d/ops/group_points/group_points.py:141
↓ 1 callersMethod__init__
(self, data_root, ann_file, pipeline=None,
SemVecNet/mmdetection3d/mmdet3d/datasets/scannet_dataset.py:52
↓ 1 callersMethod__init__
(self, sampled_list, name=None, epoch=None,
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/dbsampler.py:24
↓ 1 callersMethod__init__
(self, keys, meta_keys=('filename', 'ori_shape', 'img_shape', 'lidar2img',
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/formating.py:133
↓ 1 callersMethod__init__
(self, n_channels)
SemVecNet/mmdetection3d/mmdet3d/models/necks/imvoxel_neck.py:76
↓ 1 callersMethod__init__
(self, num_cls, num_base_anchors, box_code_size,
SemVecNet/mmdetection3d/mmdet3d/models/dense_heads/shape_aware_head.py:44
↓ 1 callersMethod__init__
(self, num_classes, in_channels, bbox_coder,
SemVecNet/mmdetection3d/mmdet3d/models/dense_heads/groupfree3d_head.py:139
↓ 1 callersMethod__init__
(self, embed_dims, num_heads, attn_drop=0.,
SemVecNet/mmdetection3d/mmdet3d/models/model_utils/transformer.py:29
↓ 1 callersMethod__init__
(self, **kwargs)
SemVecNet/mmdetection3d/mmdet3d/models/detectors/mvx_faster_rcnn.py:14
↓ 1 callersMethod__init__
(self, in_channels, out_channels, norm_cfg=dict(type='BN1d'
SemVecNet/mmdetection3d/mmdet3d/models/voxel_encoders/utils.py:49
↓ 1 callersMethod__init__
(self, in_channels=4, feat_channels=(64, ), with_distance=F
SemVecNet/mmdetection3d/mmdet3d/models/voxel_encoders/pillar_encoder.py:40
↓ 1 callersMethod__init__
(self, *args, return_intermediate=False, **kwargs)
SemVecNet/projects/mmdet3d_plugin/maptr/modules/decoder.py:18
↓ 1 callersMethod__init__
(self, embed_dims=256, num_heads=8, num_levels=4,
SemVecNet/projects/mmdet3d_plugin/maptr/modules/geometry_kernel_attention.py:195
↓ 1 callersMethod__init__
(self, in_channels: int, out_channels: int)
SemVecNet/projects/mmdet3d_plugin/maptr/modules/transformer.py:20
↓ 1 callersMethod__init__
(self, *args, return_intermediate=False, **kwargs)
SemVecNet/projects/mmdet3d_plugin/bevformer/modules/decoder.py:61
↓ 1 callersMethod__init__
(self, attn_cfgs=None, ffn_cfgs=dict( type='FFN',
SemVecNet/projects/mmdet3d_plugin/bevformer/modules/custom_base_transformer_layer.py:72
↓ 1 callersMethod__init__
(self, attn_cfgs, feedforward_channels, ffn_dropout=0.0,
SemVecNet/projects/mmdet3d_plugin/bevformer/modules/encoder.py:262
↓ 1 callersMethod__init__
Initialize a DetectionEval object. :param nusc: A NuScenes object. :param config: A DetectionConfig object. :param re
SemVecNet/projects/mmdet3d_plugin/datasets/nuscnes_eval.py:512
↓ 1 callersMethod__init__
(self, in_channels, out_channels, mid_channels,
SemVecNet/projects/mmdet3d_plugin/models/backbones/efficientnet.py:39
↓ 1 callersMethod__init__
(self, channels, ratio=4, conv_cfg=None, a
SemVecNet/projects/mmdet3d_plugin/models/utils/se_layer.py:85
↓ 1 callersMethod__init__
(self, use_h, use_w, rotate = 1, offset=False, ratio = 0.5, mode=0, prob = 1.)
SemVecNet/projects/mmdet3d_plugin/models/utils/grid_mask.py:8
↓ 1 callersMethod__len__
int: Number of points in the current object.
SemVecNet/mmdetection3d/mmdet3d/core/points/base_points.py:344
↓ 1 callersMethod_assign_and_sample
Assign and sample proposals for training. Args: proposal_list (list[dict]): Proposals produced by RPN. gt_bboxes_3d (
SemVecNet/mmdetection3d/mmdet3d/models/roi_heads/part_aggregation_roi_head.py:231
↓ 1 callersMethod_auxiliary_head_forward_train
Run forward function and calculate loss for auxiliary head in training.
SemVecNet/mmdetection3d/mmdet3d/models/segmentors/encoder_decoder.py:109
↓ 1 callersMethod_bbox_forward_train
Forward training function of roi_extractor and bbox_head. Args: seg_feats (torch.Tensor): Point-wise semantic features.
SemVecNet/mmdetection3d/mmdet3d/models/roi_heads/part_aggregation_roi_head.py:173
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
SemVecNet/mmdetection3d/mmdet3d/datasets/custom_3d.py:276
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
SemVecNet/mmdetection3d/mmdet3d/datasets/custom_3d_seg.py:358
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
SemVecNet/mmdetection3d/mmdet3d/datasets/nuscenes_mono_dataset.py:593
↓ 1 callersMethod_build_default_pipeline
Build the default pipeline for this dataset.
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_mono_dataset.py:586
↓ 1 callersFunction_calc_dynamic_intervals
(start_interval, dynamic_interval_list)
SemVecNet/projects/mmdet3d_plugin/core/evaluation/eval_hooks.py:17
↓ 1 callersFunction_calculate_fan_in_and_fan_out_hwio
(tensor)
SemVecNet/mmdetection3d/mmdet3d/ops/spconv/conv.py:27
↓ 1 callersMethod_check_ann_files
Make ann_files as list/tuple.
SemVecNet/mmdetection3d/mmdet3d/datasets/s3dis_dataset.py:418
↓ 1 callersFunction_check_h3d_bbox_head
(bbox_cfg, bbox_head)
SemVecNet/mmdetection3d/tests/test_runtime/test_config.py:268
↓ 1 callersFunction_check_mask_head
(mask_cfg, mask_head)
SemVecNet/mmdetection3d/tests/test_runtime/test_config.py:157
↓ 1 callersFunction_check_parta2_bbox_head
(bbox_cfg, bbox_head)
SemVecNet/mmdetection3d/tests/test_runtime/test_config.py:225
↓ 1 callersFunction_check_roi_head
(config, head)
SemVecNet/mmdetection3d/tests/test_runtime/test_config.py:102
↓ 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.
SemVecNet/mmdetection3d/mmdet3d/datasets/pipelines/transforms_3d.py:466
↓ 1 callersMethod_check_scene_idxs
Make scene_idxs as list/tuple.
SemVecNet/mmdetection3d/mmdet3d/datasets/s3dis_dataset.py:425
↓ 1 callersMethod_convert_to_label
Convert class_id in loaded segmentation mask to label.
SemVecNet/tools/data_converter/s3dis_data_utils.py:201
↓ 1 callersMethod_convert_to_label
Convert class_id in loaded segmentation mask to label.
SemVecNet/tools/data_converter/scannet_data_utils.py:253
↓ 1 callersMethod_convert_to_label
Convert class_id in loaded segmentation mask to label.
SemVecNet/mmdetection3d/tools/data_converter/s3dis_data_utils.py:201
↓ 1 callersMethod_convert_to_label
Convert class_id in loaded segmentation mask to label.
SemVecNet/mmdetection3d/tools/data_converter/scannet_data_utils.py:253
↓ 1 callersMethod_decode_head_forward_test
Run forward function and calculate loss for decode head in inference.
SemVecNet/mmdetection3d/mmdet3d/models/segmentors/encoder_decoder.py:103
↓ 1 callersMethod_decode_head_forward_train
Run forward function and calculate loss for decode head in training.
SemVecNet/mmdetection3d/mmdet3d/models/segmentors/encoder_decoder.py:92
↓ 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
SemVecNet/mmdetection3d/mmdet3d/core/visualizer/open3d_vis.py:184
↓ 1 callersMethod_extract_data
Load data using input pipeline and extract data according to key. Args: index (int): Index for accessing the target data.
SemVecNet/mmdetection3d/mmdet3d/datasets/custom_3d_seg.py:380
↓ 1 callersMethod_extract_data
Load data using input pipeline and extract data according to key. Args: index (int): Index for accessing the target data.
SemVecNet/mmdetection3d/mmdet3d/datasets/nuscenes_mono_dataset.py:542
↓ 1 callersMethod_extract_data
Load data using input pipeline and extract data according to key. Args: index (int): Index for accessing the target data.
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_mono_dataset.py:539
↓ 1 callersMethod_extract_input
Extract inputs from features dictionary. Args: feat_dict (dict): Feature dict from backbone. Returns: torch.
SemVecNet/mmdetection3d/mmdet3d/models/dense_heads/vote_head.py:108
↓ 1 callersMethod_extract_input
Extract inputs from features dictionary. Args: feat_dict (dict): Feature dict from backbone. Returns: torch.
SemVecNet/mmdetection3d/mmdet3d/models/dense_heads/groupfree3d_head.py:280
↓ 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
SemVecNet/tools/maptrv2/custom_nusc_map_converter.py:240
↓ 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
SemVecNet/tools/data_converter/nuscenes_converter.py:179
↓ 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
SemVecNet/tools/data_converter/lyft_converter.py:93
↓ 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
SemVecNet/mmdetection3d/tools/data_converter/nuscenes_converter.py:144
↓ 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
SemVecNet/mmdetection3d/tools/data_converter/lyft_converter.py:93
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/av2_offlinemap_dataset.py:1076
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/av2_offlinemap_dataset.py:1699
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/av2_offlinemap_dataset.py:2322
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/av2_offlinemap_dataset.py:2945
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/av2_offlinemap_dataset.py:3548
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/av2_map_dataset.py:1206
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_offlinemap_dataset.py:1401
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_offlinemap_dataset.py:2039
↓ 1 callersMethod_format_gt
(self)
SemVecNet/projects/mmdet3d_plugin/datasets/nuscenes_map_dataset.py:1246
↓ 1 callersMethod_freeze_stages
(self)
SemVecNet/projects/mmdet3d_plugin/models/backbones/vovnet.py:353
↓ 1 callersMethod_freeze_stages
(self)
SemVecNet/projects/mmdet3d_plugin/models/backbones/efficientnet.py:402
↓ 1 callersMethod_gather_feat
Gather feature map. Given feature map and index, return indexed feature map. Args: feat (torch.tensor): Feature map with
SemVecNet/mmdetection3d/mmdet3d/models/dense_heads/centerpoint_head.py:360
↓ 1 callersFunction_generate_kitti_multi_modality_dataset_config
()
SemVecNet/mmdetection3d/tests/test_data/test_datasets/test_kitti_dataset.py:51
↓ 1 callersFunction_generate_waymo_train_dataset_config
()
SemVecNet/mmdetection3d/tests/test_data/test_datasets/test_waymo_dataset.py:10
← previousnext →501–600 of 2,802, ranked by callers