Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WangYueFt/detr3d
/ functions
Functions
250 in github.com/WangYueFt/detr3d
⨍
Functions
250
◇
Types & classes
33
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
Method
aug_test
Test function with augmentaiton.
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:180
Method
aug_test
Test function with augmentaiton.
projects/mmdet3d_plugin/models/detectors/detr3d.py:208
Function
cal_train_time
(log_dicts, args)
tools/analysis_tools/analyze_logs.py:10
Method
convert_one
Convert action for single file. Args: file_idx (int): Index of the file to be converted.
tools/data_converter/waymo_converter.py:99
Function
convert_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
crop_image_patch_v2
(pos_proposals, pos_assigned_gt_inds, gt_masks)
tools/data_converter/create_gt_database.py:69
Method
encode
(self)
projects/mmdet3d_plugin/core/bbox/coders/nms_free_coder.py:36
Function
export_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
Function
export_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
Function
export_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
Method
extract_pts_feat
Extract features of points.
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:34
Method
forward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:161
Method
forward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:172
Method
forward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:210
Method
forward
(self, x)
projects/mmdet3d_plugin/models/backbones/vovnet.py:341
Method
forward
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
Method
forward
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
Method
forward
Forward function for `Detr3DTransformer`. Args: mlvl_feats (list(Tensor)): Input queries from different level. Eac
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:75
Method
forward
Forward function for `Detr3DTransformerDecoder`. Args: query (Tensor): Input query with shape `(num_query, bs, emb
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:155
Method
forward
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
Method
forward
(self, x)
projects/mmdet3d_plugin/models/utils/grid_mask.py:84
Method
forward
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
Method
forward
Forward function for `TransformerDecoder`. Args: query (Tensor): Input query with shape `(num_query, bs, embed_dim
projects/mmdet3d_plugin/models/utils/detr.py:37
Method
forward
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
Method
forward_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
Method
get_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
Method
get_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
Method
init_weights
Initialize weights of the head.
projects/mmdet3d_plugin/models/dense_heads/dgcnn3d_head.py:95
Method
init_weights
Initialize the transformer weights.
projects/mmdet3d_plugin/models/utils/detr3d_transformer.py:65
Function
kitti_anno_to_label_file
(annos, folder)
tools/data_converter/kitti_data_utils.py:444
Method
loss
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
Function
map_func
(idx)
tools/data_converter/kitti_data_utils.py:183
Function
plot_curve
(log_dicts, args)
tools/analysis_tools/analyze_logs.py:33
Method
process_single_scene
(sample_idx)
tools/data_converter/sunrgbd_data_utils.py:141
Method
process_single_scene
(sample_idx)
tools/data_converter/s3dis_data_utils.py:60
Method
process_single_scene
(sample_idx)
tools/data_converter/scannet_data_utils.py:102
Method
set_prob
(self, epoch, max_epoch)
projects/mmdet3d_plugin/models/utils/grid_mask.py:17
Method
set_prob
(self, epoch, max_epoch)
projects/mmdet3d_plugin/models/utils/grid_mask.py:81
Method
simple_test_pts
Test function of point cloud branch.
projects/mmdet3d_plugin/models/detectors/obj_dgcnn.py:73
Method
train
Convert the model into training mode while keep normalization layer freezed.
projects/mmdet3d_plugin/models/backbones/vovnet.py:366
← previous
201–250 of 250, ranked by callers