MCPcopy Create free account

hub / github.com/WHU-USI3DV/MENet / functions

Functions243 in github.com/WHU-USI3DV/MENet

Methodforward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:21
Methodforward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:33
Methodforward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:89
Methodforward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:144
Methodforward
Calls either forward_train or forward_test depending on whether return_loss=True. Note this setting will change the expected inputs.
menet/models/fusion_models/base.py:99
Methodforward
(self, x)
menet/models/attentions/bam.py:10
Methodforward
(self, in_tensor)
menet/models/attentions/bam.py:34
Methodforward
(self, in_tensor)
menet/models/attentions/bam.py:61
Methodforward
(self, in_tensor)
menet/models/attentions/bam.py:101
Methodforward
(self,in_tensor)
menet/models/attentions/bam.py:114
Methodforward
(self,in_tensor)
menet/models/attentions/bam.py:124
Methodforward
(self, x)
menet/models/attentions/se_layer.py:94
Methodforward
(self, x)
menet/models/attentions/cbam.py:10
Methodforward
(self, x)
menet/models/attentions/cbam.py:25
Methodforward
(self, x)
menet/models/attentions/cbam.py:57
Methodforward
(self, x)
menet/models/attentions/cbam.py:76
Methodforward
(self, x)
menet/models/attentions/cbam.py:99
Methodforward
Args: x (Torch.Tensor): Feature map output by Fuser. (B, C, H, W)
menet/models/decoder/second_decoder.py:26
Methodforward
Forward function.
menet/models/neck/fpn.py:153
Methodforward
(self, feats)
menet/models/neck/lss.py:61
Methodforward
Forward function.
menet/models/neck/lss.py:138
Methodforward
Forward function. Args: pred (torch.Tensor): The prediction. target (torch.Tensor): The learning target of the predic
menet/models/losses/l2loss.py:38
Methodforward
features (dict): Features output by encoders - "stream1": Torch.tensor, B,C,H,W - ...
menet/models/fuser/attention_fuser.py:55
Methodforward
features (dict): Features output by encoders - "stream1": Torch.tensor, B,C,H,W - ...
menet/models/fuser/concat_fuser.py:10
Methodforward_dummy
(self, input_data=None, metas=None, rescale=False)
menet/models/fusion_models/bevfusion.py:113
Methodforward_train
(self, input_data, metas, gt_labels, gt_bboxes_ignore=None)
menet/models/fusion_models/bevfusion.py:76
Methodforward_train_kd
Forward function for training when knowledge distillation. Returns: loss_dict (dict) [optional]: loss of original head loss
menet/models/fusion_models/bevfusion.py:129
Methodget_cat_ids
Get category distribution of single scene. Args: idx (int): Index of the data_info. Returns: dict[list]: for
menet/datasets/nuscenes_dataset.py:169
Methodget_data_info
(self, index: int)
menet/datasets/nuscenes_dataset.py:209
Methodinit_weights
(self)
menet/models/backbone/swin.py:874
Methodinit_weights
(self)
menet/models/fusion_models/base.py:133
Functioninput_constructor_warp
(input_shape)
tools/analysis_tools/get_flops.py:46
Methodload_annotations
Load annotations from ann_file. Args: ann_file (str): Path of the annotation file. Returns: list[dict]: List
menet/datasets/nuscenes_dataset.py:193
Methodprepare_train_data
Training data preparation. Args: index (int): Index for accessing the target data. Returns: dict: Training d
menet/datasets/custom_3d.py:5
Methodprepare_train_data
Training data preparation. Args: index (int): Index for accessing the target data. Returns: dict: Training d
menet/datasets/lyft_dataset.py:180
Methodsample_class_v2
(self, name, num, gt_info)
menet/datasets/pipelines/dpsampler.py:407
Methodset_epoch
(self, epoch)
menet/datasets/pipelines/transforms_3d.py:25
Methodsimple_test
(self, input_data, metas, rescale=False)
menet/models/fusion_models/bevfusion.py:98
Methodtrain
(self, data_loader, **kwargs)
menet/runner/epoch_based_runner.py:6
Methodtrain
Convert the model into training mode while keep normalization layer freezed.
menet/models/backbone/swin.py:965
Methodtrain_step
The iteration step during training. This method defines an iteration step during training, except for the back propagation and optimi
menet/models/fusion_models/base.py:52
Methodval_step
The iteration step during validation. This method shares the same signature as :func:`train_step`, but used during val epochs. Note t
menet/models/fusion_models/base.py:84
Methodwith_neck
(self)
menet/models/decoder/second_decoder.py:23
← previous201–243 of 243, ranked by callers