MCPcopy Create free account

hub / github.com/WangYueFt/detr3d / functions

Functions250 in github.com/WangYueFt/detr3d

Method_init_layers
Initialize classification branch and regression branch of head.
projects/mmdet3d_plugin/models/dense_heads/detr3d_head.py:58
Method_init_layers
Initialize classification branch and regression branch of head.
projects/mmdet3d_plugin/models/dense_heads/dgcnn3d_head.py:56
Method_initialize_weights
(self)
projects/mmdet3d_plugin/models/backbones/vovnet.py:336
Method_is_power_of_2
(n)
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:260
Methodaug_test
Test function with augmentaiton.
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:180
Methodaug_test
Test function with augmentaiton.
projects/mmdet3d_plugin/models/detectors/detr3d.py:208
Functioncal_train_time
(log_dicts, args)
tools/analysis_tools/analyze_logs.py:10
Methodconvert_one
Convert action for single file. Args: file_idx (int): Index of the file to be converted.
tools/data_converter/waymo_converter.py:99
Functionconvert_to_kitti_info_version2
convert kitti info v1 to v2 if possible. Args: info (dict): Info of the input kitti data. - image (dict): image info
tools/data_converter/kitti_converter.py:15
Functioncreate_indoor_info_file
Create indoor information file. Get information of the raw data and save it to the pkl file. Args: data_path (str): Path of the data
tools/data_converter/indoor_converter.py:11
Functioncreate_kitti_info_file
Create info file of KITTI dataset. Given the raw data, generate its related info file in pkl format. Args: data_path (str): Path of
tools/data_converter/kitti_converter.py:87
Functioncreate_lyft_infos
Create info file of lyft dataset. Given the raw data, generate its related info file in pkl format. Args: root_path (str): Path of t
tools/data_converter/lyft_converter.py:18
Functioncreate_nuscenes_infos
Create info file of nuscene dataset. Given the raw data, generate its related info file in pkl format. Args: root_path (str): Path o
tools/data_converter/nuscenes_converter.py:26
Functioncreate_reduced_point_cloud
Create reduced point clouds for training/validation/testing. Args: data_path (str): Path of original data. pkl_prefix (str): Pref
tools/data_converter/kitti_converter.py:289
Functioncreate_waymo_info_file
Create info file of waymo dataset. Given the raw data, generate its related info file in pkl format. Args: data_path (str): Path of
tools/data_converter/kitti_converter.py:150
Functioncrop_image_patch_v2
(pos_proposals, pos_assigned_gt_inds, gt_masks)
tools/data_converter/create_gt_database.py:69
Methodencode
(self)
projects/mmdet3d_plugin/core/bbox/coders/nms_free_coder.py:36
Functionexport_2d_annotation
Export 2d annotation from the info file and raw data. Args: root_path (str): Root path of the raw data. info_path (str): Path of
tools/data_converter/kitti_converter.py:332
Functionexport_2d_annotation
Export 2d annotation from the info file and raw data. Args: root_path (str): Root path of the raw data. info_path (str): Path of
tools/data_converter/nuscenes_converter.py:334
Functionexport_2d_annotation
Export 2d annotation from the info file and raw data. Args: root_path (str): Root path of the raw data. info_path (str): Path of
tools/data_converter/lyft_converter.py:214
Methodextract_pts_feat
Extract features of points.
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:34
Methodforward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:161
Methodforward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:172
Methodforward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:210
Methodforward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:341
Methodforward
Forward function. Args: mlvl_feats (tuple[Tensor]): Features from the upstream network, each is a 5D-tensor with s
projects/mmdet3d_plugin/models/dense_heads/detr3d_head.py:104
Methodforward
Forward function. Args: mlvl_feats (tuple[Tensor]): Features from the upstream network, each is a 4D-tensor with s
projects/mmdet3d_plugin/models/dense_heads/dgcnn3d_head.py:106
Methodforward
Forward function for `Detr3DTransformer`. Args: mlvl_feats (list(Tensor)): Input queries from different level. Eac
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:75
Methodforward
Forward function for `Detr3DTransformerDecoder`. Args: query (Tensor): Input query with shape `(num_query, bs, emb
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:155
Methodforward
Forward Function of Detr3DCrossAtten. Args: query (Tensor): Query of Transformer with shape (num_query, bs, embed_
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:302
Methodforward
(self, x)
projects/mmdet3d_plugin/models/utils/grid_mask.py:84
Methodforward
Forward function for `DGCNN`. **kwargs allow passing a more general data flow when combining with other operations in `DGCNN`.
projects/mmdet3d_plugin/models/utils/dgcnn_attn.py:40
Methodforward
Forward function for `TransformerDecoder`. Args: query (Tensor): Input query with shape `(num_query, bs, embed_dim
projects/mmdet3d_plugin/models/utils/detr.py:37
Methodforward
Calls either forward_train or forward_test depending on whether return_loss=True. Note this setting will change the expected inputs. W
projects/mmdet3d_plugin/models/detectors/detr3d.py:99
Methodforward_pts_train
Forward function for point cloud branch. Args: pts_feats (list[torch.Tensor]): Features of point cloud branch gt_bboxe
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:49
Methodget_bboxes
Generate bboxes from bbox head predictions. Args: preds_dicts (tuple[list[dict]]): Prediction results. img_metas (list
projects/mmdet3d_plugin/models/dense_heads/dgcnn3d_head.py:462
Methodget_infos
Get data infos. This method gets information from the raw data. Args: num_workers (int): Number of threads to be used. D
tools/data_converter/sunrgbd_data_utils.py:126
Methodinit_weights
Initialize weights of the head.
projects/mmdet3d_plugin/models/dense_heads/dgcnn3d_head.py:95
Methodinit_weights
Initialize the transformer weights.
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:65
Functionkitti_anno_to_label_file
(annos, folder)
tools/data_converter/kitti_data_utils.py:444
Methodloss
Loss function. Args: gt_bboxes_list (list[Tensor]): Ground truth bboxes for each image with shape (nu
projects/mmdet3d_plugin/models/dense_heads/dgcnn3d_head.py:377
Functionmap_func
(idx)
tools/data_converter/kitti_data_utils.py:183
Functionplot_curve
(log_dicts, args)
tools/analysis_tools/analyze_logs.py:33
Methodprocess_single_scene
(sample_idx)
tools/data_converter/sunrgbd_data_utils.py:141
Methodprocess_single_scene
(sample_idx)
tools/data_converter/s3dis_data_utils.py:60
Methodprocess_single_scene
(sample_idx)
tools/data_converter/scannet_data_utils.py:102
Methodset_prob
(self, epoch, max_epoch)
projects/mmdet3d_plugin/models/utils/grid_mask.py:17
Methodset_prob
(self, epoch, max_epoch)
projects/mmdet3d_plugin/models/utils/grid_mask.py:81
Methodsimple_test_pts
Test function of point cloud branch.
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:73
Methodtrain
Convert the model into training mode while keep normalization layer freezed.
projects/mmdet3d_plugin/models/backbones/vovnet.py:366
← previous201–250 of 250, ranked by callers