Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WHU-USI3DV/MENet
/ functions
Functions
243 in github.com/WHU-USI3DV/MENet
⨍
Functions
243
◇
Types & classes
65
↳
Endpoints
1
Method
forward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:21
Method
forward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:33
Method
forward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:89
Method
forward
(self, data, metas=None)
menet/models/encoder/map_encoder.py:144
Method
forward
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
Method
forward
(self, x)
menet/models/attentions/bam.py:10
Method
forward
(self, in_tensor)
menet/models/attentions/bam.py:34
Method
forward
(self, in_tensor)
menet/models/attentions/bam.py:61
Method
forward
(self, in_tensor)
menet/models/attentions/bam.py:101
Method
forward
(self,in_tensor)
menet/models/attentions/bam.py:114
Method
forward
(self,in_tensor)
menet/models/attentions/bam.py:124
Method
forward
(self, x)
menet/models/attentions/se_layer.py:94
Method
forward
(self, x)
menet/models/attentions/cbam.py:10
Method
forward
(self, x)
menet/models/attentions/cbam.py:25
Method
forward
(self, x)
menet/models/attentions/cbam.py:57
Method
forward
(self, x)
menet/models/attentions/cbam.py:76
Method
forward
(self, x)
menet/models/attentions/cbam.py:99
Method
forward
Args: x (Torch.Tensor): Feature map output by Fuser. (B, C, H, W)
menet/models/decoder/second_decoder.py:26
Method
forward
Forward function.
menet/models/neck/fpn.py:153
Method
forward
(self, feats)
menet/models/neck/lss.py:61
Method
forward
Forward function.
menet/models/neck/lss.py:138
Method
forward
Forward function. Args: pred (torch.Tensor): The prediction. target (torch.Tensor): The learning target of the predic
menet/models/losses/l2loss.py:38
Method
forward
features (dict): Features output by encoders - "stream1": Torch.tensor, B,C,H,W - ...
menet/models/fuser/attention_fuser.py:55
Method
forward
features (dict): Features output by encoders - "stream1": Torch.tensor, B,C,H,W - ...
menet/models/fuser/concat_fuser.py:10
Method
forward_dummy
(self, input_data=None, metas=None, rescale=False)
menet/models/fusion_models/bevfusion.py:113
Method
forward_train
(self, input_data, metas, gt_labels, gt_bboxes_ignore=None)
menet/models/fusion_models/bevfusion.py:76
Method
forward_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
Method
get_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
Method
get_data_info
(self, index: int)
menet/datasets/nuscenes_dataset.py:209
Method
init_weights
(self)
menet/models/backbone/swin.py:874
Method
init_weights
(self)
menet/models/fusion_models/base.py:133
Function
input_constructor_warp
(input_shape)
tools/analysis_tools/get_flops.py:46
Method
load_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
Method
prepare_train_data
Training data preparation. Args: index (int): Index for accessing the target data. Returns: dict: Training d
menet/datasets/custom_3d.py:5
Method
prepare_train_data
Training data preparation. Args: index (int): Index for accessing the target data. Returns: dict: Training d
menet/datasets/lyft_dataset.py:180
Method
sample_class_v2
(self, name, num, gt_info)
menet/datasets/pipelines/dpsampler.py:407
Method
set_epoch
(self, epoch)
menet/datasets/pipelines/transforms_3d.py:25
Method
simple_test
(self, input_data, metas, rescale=False)
menet/models/fusion_models/bevfusion.py:98
Method
train
(self, data_loader, **kwargs)
menet/runner/epoch_based_runner.py:6
Method
train
Convert the model into training mode while keep normalization layer freezed.
menet/models/backbone/swin.py:965
Method
train_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
Method
val_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
Method
with_neck
(self)
menet/models/decoder/second_decoder.py:23
← previous
201–243 of 243, ranked by callers