MCPcopy Create free account

hub / github.com/Tsinghua-MARS-Lab/CVT-Occ / functions

Functions691 in github.com/Tsinghua-MARS-Lab/CVT-Occ

↓ 1 callersFunctionmulti_scale_deformable_attn_pytorch_3d
multi-scale deformable attention for 3D space Args: value (torch.Tensor): The value has shape (bs, num_keys, mum_heads, e
projects/mmdet3d_plugin/bevformer/modules/temporal_self_attention_3d.py:282
↓ 1 callersFunctionnormalize_bbox
(bboxes, pc_range)
projects/mmdet3d_plugin/core/bbox/util.py:4
↓ 1 callersFunctionnusc_box_to_cam_box3d
Convert boxes from :obj:`NuScenesBox` to :obj:`CameraInstance3DBoxes`. Args: boxes (list[:obj:`NuScenesBox`]): List of predicted NuScene
projects/mmdet3d_plugin/datasets/nuscenes_mono_dataset.py:751
↓ 1 callersMethodobtain_history_bev
Obtain history BEV features iteratively. To save GPU memory, gradients are not calculated. Args: prev_img_f
projects/mmdet3d_plugin/bevformer/detectors/occformer_waymo.py:166
↓ 1 callersMethodobtain_history_bev
Obtain history BEV features iteratively. To save GPU memory, gradients are not calculated. Args: prev_img_f
projects/mmdet3d_plugin/bevformer/detectors/occformer.py:171
↓ 1 callersMethodpad
(self, img)
projects/mmdet3d_plugin/datasets/pipelines/loading.py:29
↓ 1 callersFunctionparse_args
()
tools/train.py:30
↓ 1 callersFunctionparse_args
()
tools/test.py:28
↓ 1 callersFunctionparse_args
()
tools/model_converters/convert_votenet_checkpoints.py:11
↓ 1 callersFunctionparse_args
()
tools/model_converters/publish_model.py:8
↓ 1 callersFunctionparse_args
()
tools/analysis_tools/benchmark.py:21
↓ 1 callersFunctionparse_args
()
tools/analysis_tools/analyze_logs.py:151
↓ 1 callersFunctionparse_args
()
tools/misc/browse_dataset.py:23
↓ 1 callersFunctionparse_args
()
tools/misc/fuse_conv_bn.py:45
↓ 1 callersFunctionparse_args
()
tools/misc/visualize_results.py:9
↓ 1 callersFunctionparse_args
()
tools/misc/print_config.py:7
↓ 1 callersFunctionparse_args
()
tools/fp16/train.py:27
↓ 1 callersFunctionparse_args
()
tools/data_converter/nuimage_converter.py:42
↓ 1 callersFunctionparse_config
Parse config from strings. Args: config_strings (string): strings of model config. Returns: Config: model config
tools/model_converters/convert_votenet_checkpoints.py:21
↓ 1 callersMethodparse_objects
Parse one prediction with several instances in kitti format and convert them to `Object` proto. Args: kitti_result (dict):
projects/mmdet3d_plugin/core/evaluation/kitti2waymo.py:88
↓ 1 callersFunctionpcolor
Produces a colored string for printing Parameters ---------- string : str String that will be colored color : str
projects/mmdet3d_plugin/datasets/occ_metrics.py:15
↓ 1 callersMethodpoint_sampling
(self, reference_points, pc_range, img_metas)
projects/mmdet3d_plugin/bevformer/modules/voxel_encoder.py:152
↓ 1 callersMethodpoint_sampling
(self, reference_points, pc_range, img_metas)
projects/mmdet3d_plugin/bevformer/modules/encoder_3d.py:107
↓ 1 callersMethodpoint_sampling
(self, reference_points, pc_range, img_metas)
projects/mmdet3d_plugin/bevformer/modules/vol_encoder.py:152
↓ 1 callersMethodpoint_sampling
This method performs point sampling by converting reference points from a 3D coordinate system to a 2D BEV (Bird's Eye View) coordinate syst
projects/mmdet3d_plugin/bevformer/modules/encoder.py:102
↓ 1 callersMethodpoint_sampling
(self, reference_points, pc_range, img_metas)
projects/mmdet3d_plugin/bevformer/modules/encoder_3d_conv.py:129
↓ 1 callersMethodpoint_sampling
This method performs point sampling by converting reference points from a 3D coordinate system to a 2D BEV (Bird's Eye View) coordinate syst
projects/mmdet3d_plugin/bevformer/modules/encoder_waymo.py:185
↓ 1 callersFunctionpost_process_coords
Get the intersection of the convex hull of the reprojected bbox corners and the image canvas, return None if no intersection. Args: c
tools/data_converter/nuscenes_occ_converter.py:600
↓ 1 callersFunctionpost_process_coords
Get the intersection of the convex hull of the reprojected bbox corners and the image canvas, return None if no intersection. Args: c
tools/data_converter/nuscenes_occ_converter_own.py:635
↓ 1 callersMethodpre_compute
(self, input)
projects/mmdet3d_plugin/models/necks/view_transformer.py:246
↓ 1 callersMethodprepare_streaming_train_data
(self, index)
projects/mmdet3d_plugin/datasets/waymo_temporal_zlt.py:70
↓ 1 callersMethodprepare_test_data
Prepare data for testing. Args: index (int): Index for accessing the target data. Returns: dict: Tes
projects/mmdet3d_plugin/datasets/waymo_temporal_zlt.py:79
↓ 1 callersMethodprepare_train_data
prepare data for training Args: index (Int): the index of the data Returns: data (Dict): the data dic
projects/mmdet3d_plugin/datasets/waymo_temporal_zlt.py:131
↓ 1 callersMethodprepare_train_data
Training data preparation. Args: index (int): Index for accessing the target data. Returns: dict: Tra
projects/mmdet3d_plugin/datasets/nuscenes_dataset.py:32
↓ 1 callersMethodprint_iou
print the final IoU results. Called by function `print`. Use mIoU_type_str to control the output. Args: hist (np.arra
projects/mmdet3d_plugin/datasets/occ_metrics.py:138
↓ 1 callersFunctionprocess_checkpoint
(in_file, out_file)
tools/model_converters/publish_model.py:16
↓ 1 callersFunctionprocess_img_anno
(img_info)
tools/data_converter/nuimage_converter.py:190
↓ 1 callersMethodprocess_stereo_before_fusion
Process stereo features before fusion. Args: stereo_feats (torch.Tensor): Stereo features. shape (B, N, C, H, W)
projects/mmdet3d_plugin/bevformer/detectors/solofusion.py:221
↓ 1 callersMethodprocess_stereo_for_next_timestep
(self, stereo_feats, global_to_img, img_forward_augs)
projects/mmdet3d_plugin/bevformer/detectors/solofusion.py:321
↓ 1 callersFunctionrandom_sampling
Random sampling. Sampling point cloud to a certain number of points. Args: points (ndarray): Point cloud. num_points (int):
tools/data_converter/sunrgbd_data_utils.py:10
↓ 1 callersFunctionrender_sample_data
Render sample data onto axis. :param sample_data_token: Sample_data token. :param with_anns: Whether to draw box annotations. :pa
tools/analysis_tools/visual.py:434
↓ 1 callersFunctions3dis_data_prep
Prepare the info file for s3dis dataset. Args: root_path (str): Path of dataset root. info_prefix (str): The prefix of info filen
tools/create_data.py:186
↓ 1 callersMethodsave_calib
Parse and save the calibration data. Args: frame (:obj:`Frame`): Open dataset frame proto. file_idx (int): Current fi
tools/data_converter/waymo_converter.py:144
↓ 1 callersMethodsave_label
Parse and save the label data in txt format. The relation between waymo and kitti coordinates is noteworthy: 1. x, y, z correspond to
tools/data_converter/waymo_converter.py:254
↓ 1 callersMethodsave_lidar
Parse and save the lidar data in psd format. Args: frame (:obj:`Frame`): Open dataset frame proto. file_idx (int): Cu
tools/data_converter/waymo_converter.py:200
↓ 1 callersMethodsave_pose
Parse and save the pose data. Note that SDC's own pose is not included in the regular training of KITTI dataset. KITTI raw dataset co
tools/data_converter/waymo_converter.py:365
↓ 1 callersFunctionscannet_data_prep
Prepare the info file for scannet dataset. Args: root_path (str): Path of dataset root. info_prefix (str): The prefix of info fil
tools/create_data.py:174
↓ 1 callersFunctionshow_det_data
Visualize 3D point cloud and 3D bboxes.
tools/misc/browse_dataset.py:104
↓ 1 callersFunctionshow_proj_bbox_img
Visualize 3D bboxes on 2D image by projection.
tools/misc/browse_dataset.py:134
↓ 1 callersFunctionshow_seg_data
Visualize 3D point cloud and segmentation mask.
tools/misc/browse_dataset.py:116
↓ 1 callersMethodsimple_test
Test function without augmentaiton. Args: img (torch.Tensor): Images of each sample with shape (bs, n_views, C, H, W).
projects/mmdet3d_plugin/bevformer/detectors/occformer_waymo.py:401
↓ 1 callersMethodsimple_test
Test Function without augmentaiton. Args: img (torch.Tensor): multi view image input of current frame. shape (B, N, C, H,
projects/mmdet3d_plugin/bevformer/detectors/solofusion.py:712
↓ 1 callersMethodsimple_test
Test function without augmentaiton. Args: img_metas (list[dict]): Meta information of each sample. img (t
projects/mmdet3d_plugin/bevformer/detectors/occformer.py:390
↓ 1 callersMethodsimple_test
Test function without augmentaiton.
projects/mmdet3d_plugin/bevformer/detectors/bevdet_solo.py:137
↓ 1 callersFunctionsunrgbd_data_prep
Prepare the info file for sunrgbd dataset. Args: root_path (str): Path of dataset root. info_prefix (str): The prefix of info fil
tools/create_data.py:198
↓ 1 callersFunctionsync_random_seed
Make sure different ranks share the same seed. All workers must call this function, otherwise it will deadlock. This method is generally used
projects/mmdet3d_plugin/datasets/samplers/my_group_batch_sampler.py:12
↓ 1 callersMethodtemporal_fusion
Do Temporal Fusion. Args: Returns: fusion_results (dict): with keys "_bev_embed, extra". _bev_embed (
projects/mmdet3d_plugin/bevformer/modules/occ_transformer_waymo.py:323
↓ 1 callersMethodtemporal_fusion
Do Temporal Fusion. Args: Returns: fusion_results (dict): with keys "bev_embed, extra". bev_embe
projects/mmdet3d_plugin/bevformer/modules/occ_transformer.py:323
↓ 1 callersFunctionto_depth_mode
Convert points and bboxes to Depth Coord and Depth Box mode.
tools/misc/browse_dataset.py:93
↓ 1 callersMethodtransform
Transform the coordinates with matrix T. Args: T (np.ndarray): Transformation matrix. x(float): Coordinate in x axis.
projects/mmdet3d_plugin/core/evaluation/kitti2waymo.py:221
↓ 1 callersMethodunion2one
convert sample queue into one single sample. Args: queue (List[Dict]): the sample queue Returns: que
projects/mmdet3d_plugin/datasets/waymo_temporal_zlt.py:175
↓ 1 callersMethodunion2one
(self, queue)
projects/mmdet3d_plugin/datasets/nuscenes_dataset.py:59
↓ 1 callersMethodunion2one
convert sample queue into one single sample. Args: queue (List[Dict]): the sample queue Returns: que
projects/mmdet3d_plugin/datasets/nuscenes_occ.py:135
↓ 1 callersMethodupdate_gt
(self, type_='vis', visibility='1', index=1)
projects/mmdet3d_plugin/datasets/nuscenes_eval.py:595
↓ 1 callersMethodview_transform
(self, input, depth, tran_feat)
projects/mmdet3d_plugin/models/necks/view_transformer.py:276
↓ 1 callersMethodview_transform_core
(self, input, depth, tran_feat)
projects/mmdet3d_plugin/models/necks/view_transformer.py:252
↓ 1 callersMethodvoxel_pooling_v2
(self, coor, depth, feat)
projects/mmdet3d_plugin/models/necks/view_transformer.py:160
↓ 1 callersFunctionwaymo_data_prep
Prepare the info file for waymo dataset. Args: root_path (str): Path of dataset root. info_prefix (str): The prefix of info filen
tools/create_data.py:210
Method__call__
Args: bbox_pred (Tensor): Predicted boxes with normalized coordinates (cx, cy, w, h), which are all in range [0,
projects/mmdet3d_plugin/core/bbox/match_costs/match_cost.py:15
Method__call__
(self)
projects/mmdet3d_plugin/datasets/occ_metrics.py:258
Method__call__
Call function to pad images, masks, semantic segmentation maps. Args: results (dict): Result dict from loading pipeline. R
projects/mmdet3d_plugin/datasets/pipelines/transform_3d.py:43
Method__call__
Call function to normalize images. Args: results (dict): Result dict from loading pipeline. Returns:
projects/mmdet3d_plugin/datasets/pipelines/transform_3d.py:78
Method__call__
Call function to perform photometric distortion on images. Args: results (dict): Result dict from loading pipeline. Return
projects/mmdet3d_plugin/datasets/pipelines/transform_3d.py:128
Method__call__
Call function to pad images, masks, semantic segmentation maps. Args: results (dict): Result dict from loading pipeline.
projects/mmdet3d_plugin/datasets/pipelines/transform_3d.py:209
Method__call__
Call function to collect keys in results. The keys in `meta_keys` will be converted to :obj:`mmcv.DataContainer`. Args:
projects/mmdet3d_plugin/datasets/pipelines/transform_3d.py:262
Method__call__
Call function to load multi-view image from files. Args: results (dict): Result dict containing multi-view image filen
projects/mmdet3d_plugin/datasets/pipelines/loading.py:37
Method__call__
(self, results)
projects/mmdet3d_plugin/datasets/pipelines/loading.py:120
Method__call__
(self, results)
projects/mmdet3d_plugin/datasets/pipelines/loading.py:187
Method__call__
Call function to transform and format common fields in results. Args: results (dict): Result dict contains the data to convert.
projects/mmdet3d_plugin/datasets/pipelines/formating.py:26
Method__call__
(self, img, label)
projects/mmdet3d_plugin/models/utils/grid_mask.py:21
Method__getitem__
(self, idx)
projects/mmdet3d_plugin/datasets/waymo_temporal_zlt.py:57
Method__getitem__
Get item from infos according to the given index. Returns: dict: Data dictionary of the corresponding index.
projects/mmdet3d_plugin/datasets/nuscenes_dataset.py:221
Method__init__
(self, line)
tools/data_converter/sunrgbd_data_utils.py:35
Method__init__
(self, root_path, split="train", use_v1=False)
tools/data_converter/sunrgbd_data_utils.py:71
Method__init__
(self, root_path, split="Area_1")
tools/data_converter/s3dis_data_utils.py:20
Method__init__
( self, data_root, ann_file, split="Area_1", num_points=4096,
tools/data_converter/s3dis_data_utils.py:164
Method__init__
(self, load_dir, save_dir, prefix, workers=64, test_mode=False)
tools/data_converter/waymo_converter.py:39
Method__init__
(self, root_path, split="train")
tools/data_converter/scannet_data_utils.py:20
Method__init__
( self, data_root, ann_file, split="train", num_points=8192, l
tools/data_converter/scannet_data_utils.py:235
Method__init__
(self, in_channels, channels, *, num_c
projects/mmdet3d_plugin/bevformer/modules/decode_head.py:62
Method__init__
(self, embed_dims=256, num_heads=8, num_levels=4,
projects/mmdet3d_plugin/bevformer/modules/decoder.py:160
Method__init__
(self, conv_block, in_channels, skip_channels,
projects/mmdet3d_plugin/bevformer/modules/unet.py:55
Method__init__
(self, in_channels, out_channels, num_convs=2,
projects/mmdet3d_plugin/bevformer/modules/unet.py:145
Method__init__
(self, in_channels, out_channels, with_cp=False,
projects/mmdet3d_plugin/bevformer/modules/unet.py:207
Method__init__
(self, in_channels, out_channels, with_cp=False,
projects/mmdet3d_plugin/bevformer/modules/unet.py:281
Method__init__
(self, axis, dilations, in_channels, channels, conv_cfg, norm_cfg, act_cfg)
projects/mmdet3d_plugin/bevformer/modules/unet.py:552
Method__init__
(self, is_volume=True, dilations=(1, 6, 12, 18), **kwargs)
projects/mmdet3d_plugin/bevformer/modules/unet.py:609
Method__init__
(self, extra_depth_net, loss_depth_weight, se_config=dic
projects/mmdet3d_plugin/bevformer/modules/view_transformer_solo.py:63
Method__init__
(self, in_channels, out_channels, conv_cfg=dict(type='Co
projects/mmdet3d_plugin/bevformer/modules/residual_block_3d.py:8
Method__init__
(self, *args, pc_range=None, num_points_in_pillar=4, num_points_in_voxel=1, return_intermedi
projects/mmdet3d_plugin/bevformer/modules/voxel_encoder.py:38
← previousnext →301–400 of 691, ranked by callers