MCPcopy Create free account

hub / github.com/cxmomo/RaCFormer / functions

Functions355 in github.com/cxmomo/RaCFormer

Methodforward
(self, input: torch.Tensor, target: torch.Tensor)
models/necks/focalloss.py:281
Methodforward
(self, x)
models/backbones/vovnet.py:162
Methodforward
(self, x)
models/backbones/vovnet.py:173
Methodforward
(self, x)
models/backbones/vovnet.py:234
Methodforward
(self, x)
models/backbones/vovnet.py:349
Methodforward
(self, x)
models/backbones/resnet.py:80
Methodforward
Implements the multihead softmax attention. Arguments --------- q: The tensor containing the query. (B, T, H, D)
models/model_utils/attention.py:51
Methodforward
x: (batch, seqlen, hidden_dim) (where hidden_dim = num heads * head dim) key_padding_mask: bool tensor of shape (batch, seqlen)
models/model_utils/attention.py:130
Methodforward
(ctx, feat_c2, feat_c3, feat_c4, feat_c5, sampling_locations, scale_weights)
models/csrc/wrapper.py:80
Methodforward
(ctx, feat_c4, feat_c5, sampling_locations, scale_weights)
models/csrc/wrapper.py:102
Methodforward
(ctx, feat_c2, feat_c3, feat_c4, feat_c5, feat_c6, sampling_locations, scale_weights)
models/csrc/wrapper.py:124
Methodforward
(ctx, depth, feat, ranks_depth, ranks_feat, ranks_bev, bev_feat_shape, interval_starts, interv
models/csrc/bev_pool_v2/bev_pool.py:17
Methodforward
run forward.
models/csrc/bev_pool_v2/bev_pool.py:122
Methodget_data_info
(self, index)
loaders/nuscenes_dataset.py:46
Methodget_data_info
(self, index)
loaders/nuscenes_dataset.py:108
Methodget_mlp_input
(self, img_metas)
models/necks/view_transformer_racformer.py:584
Functionget_nu_radar
(sam_idx, mutil_sweep=True, num_sweeps=6, filter=True, radar_sample_rec=None, drop=drop)
loaders/nuscenes_dataset.py:171
Methodget_rot
(h)
loaders/pipelines/transforms.py:275
Functionget_sample_data
Returns the data path as well as all annotations related to that sample_data. Note that the boxes are transformed into the current sensor's c
tools/visual.py:148
Methodimage_draw
(self, img, filename=None)
loaders/pipelines/loading.py:453
Functioninit_logging
(filename=None, debug=False)
utils.py:14
Methodinit_weights
(self)
models/racformer_transformer.py:47
Methodinit_weights
(self)
models/racformer_transformer.py:88
Methodinit_weights
(self)
models/racformer_transformer.py:214
Methodinit_weights
(self)
models/racformer_transformer.py:288
Methodinit_weights
(self)
models/racformer_transformer.py:351
Methodinit_weights
(self)
models/racformer_transformer.py:573
Methodinit_weights
(self)
models/racformer_transformer.py:638
Functioninner_pack
(inner)
models/checkpoint.py:392
Functioninner_unpack
(packed)
models/checkpoint.py:404
Methodload_online
(self, results)
loaders/pipelines/loading.py:570
Methodload_online
(self, results)
loaders/pipelines/loading.py:673
Methodload_online
(self, results)
loaders/pipelines/loading.py:881
Methodlog
(self, runner)
utils.py:150
Functionms_deform_attn_cuda_c23456_backward
models/csrc/msmv_sampling copy/msmv_sampling.cpp:283
Functionms_deform_attn_cuda_c23456_backward
models/csrc/msmv_sampling/msmv_sampling.cpp:419
Functionms_deform_attn_cuda_c23456_forward
models/csrc/msmv_sampling copy/msmv_sampling.cpp:152
Functionms_deform_attn_cuda_c23456_forward
models/csrc/msmv_sampling/msmv_sampling.cpp:230
Functionms_deform_attn_cuda_c2345_backward
models/csrc/msmv_sampling copy/msmv_sampling.cpp:212
Functionms_deform_attn_cuda_c2345_backward
models/csrc/msmv_sampling/msmv_sampling.cpp:290
Functionms_deform_attn_cuda_c2345_forward
models/csrc/msmv_sampling copy/msmv_sampling.cpp:98
Functionms_deform_attn_cuda_c2345_forward
models/csrc/msmv_sampling/msmv_sampling.cpp:132
Functionms_deform_attn_cuda_c45_backward
models/csrc/msmv_sampling/msmv_sampling.cpp:362
Functionms_deform_attn_cuda_c45_forward
models/csrc/msmv_sampling/msmv_sampling.cpp:187
Functionpack
(x)
models/checkpoint.py:381
Methodprepare_test_img
Get testing data after pipeline. Args: idx (int): Index of data. Returns: dict: Testing data after pipeline
loaders/vod_mono_dataset.py:235
Methodprepare_train_img
Get training data and annotations after pipeline. Args: idx (int): Index of data. Returns: dict: Training da
loaders/vod_mono_dataset.py:214
Functionrender_annotation
Render selected annotation. :param anntoken: Sample_annotation token. :param margin: How many meters in each direction to include in LIDA
tools/visual.py:47
Methodsimple_test_online
(self, img_metas, img=None, rescale=False, radar_points=None, radar_depth=None, radar_rcs=None)
models/racformer.py:474
Functionsummary_plot
Creates a summary plot with PR and TP curves for each class. :param md_list: DetectionMetricDataList instance. :param metrics: DetectionM
tools/render.py:341
Methodsymbolic
symbolic function for creating onnx op.
models/csrc/bev_pool_v2/bev_pool.py:98
Functiontest_bev_pool_v2
()
models/csrc/bev_pool_v2/bev_pool.py:147
Functionunpack
(x)
models/checkpoint.py:389
Functionvisualize_sample
Visualizes a sample from BEV with annotations and detection results. :param nusc: NuScenes object. :param sample_token: The nuScenes samp
tools/render.py:27
Methodwith_img_lss_neck
bool: Whether the detector has a neck in image branch.
models/racformer.py:100
← previous301–355 of 355, ranked by callers