Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxmomo/RaCFormer
/ types & classes
Types & classes
81 in github.com/cxmomo/RaCFormer
⨍
Functions
355
◇
Types & classes
81
↳
Endpoints
1
↓ 4 callers
Class
_ASPPModule
models/necks/view_transformer_racformer.py:329
↓ 2 callers
Class
BEVSampling
Adaptive Spatio-temporal Sampling
models/racformer_transformer.py:425
↓ 2 callers
Class
Mlp
models/necks/view_transformer_racformer.py:439
↓ 2 callers
Class
SELayer
models/necks/view_transformer_racformer.py:465
↓ 2 callers
Class
_OSA_module
models/backbones/vovnet.py:181
↓ 1 callers
Class
ASPP
models/necks/view_transformer_racformer.py:363
↓ 1 callers
Class
AdaptiveMixing
Adaptive Mixing
models/racformer_transformer.py:545
↓ 1 callers
Class
BEVSelfAttention
An attention module used in BEVFormer based on Deformable-Detr. `Deformable DETR: Deformable Transformers for End-to-End Object Detection.
models/bev_self_attention.py:22
↓ 1 callers
Class
ConvGRU
models/racformer_transformer.py:661
↓ 1 callers
Class
ConvGRUCell
models/racformer_transformer.py:691
↓ 1 callers
Class
DepthNet
models/necks/view_transformer_racformer.py:481
↓ 1 callers
Class
DumpConfig
models/utils.py:308
↓ 1 callers
Class
FlashAttention
Implement the scaled dot product attention with softmax. Arguments --------- softmax_scale: The temperature to use for the softmax att
models/model_utils/attention.py:34
↓ 1 callers
Class
FocalLoss
r"""Criterion that computes Focal loss. According to :cite:`lin2018focal`, the Focal loss is computed as follows: .. math:: \text{FL}(
models/necks/focalloss.py:138
↓ 1 callers
Class
GpuPhotoMetricDistortion
Apply photometric distortion to image sequentially, every transformation is applied with a probability of 0.5. The position of random contrast is
models/utils.py:219
↓ 1 callers
Class
GridMask
models/utils.py:8
↓ 1 callers
Class
Holder
models/checkpoint.py:371
↓ 1 callers
Class
Hsigmoid
models/backbones/vovnet.py:157
↓ 1 callers
Class
ModelEMA
Model Exponential Moving Average from https://github.com/rwightman/ pytorch-image-models Keep a moving average of everything in the model stat
models/hook/ema.py:17
↓ 1 callers
Class
RaCFormerSampling
Adaptive Spatio-temporal Sampling
models/racformer_transformer.py:334
↓ 1 callers
Class
RaCFormerTransformerDecoder
models/racformer_transformer.py:59
↓ 1 callers
Class
RaCFormerTransformerDecoderLayer
models/racformer_transformer.py:141
↓ 1 callers
Class
RadarBEVTemporalEncoder
Adaptive Spatio-temporal Sampling
models/racformer_transformer.py:614
↓ 1 callers
Class
ScaleAdaptiveSelfAttention
Scale-adaptive Self Attention
models/racformer_transformer.py:278
↓ 1 callers
Class
Version
models/utils.py:320
↓ 1 callers
Class
_OSA_stage
models/backbones/vovnet.py:241
↓ 1 callers
Class
eSEModule
models/backbones/vovnet.py:166
Class
BBox3DL1Cost
BBox3DL1Cost. Args: weight (int | float, optional): loss_weight
models/bbox/match_costs/match_cost.py:6
Class
BBoxBEVL1Cost
models/bbox/match_costs/match_cost.py:67
Class
BinaryFocalLossWithLogits
r"""Criterion that computes Focal loss. According to :cite:`lin2018focal`, the Focal loss is computed as follows: .. math:: \text{FL}(
models/necks/focalloss.py:248
Class
Check_CheckpointHook
Save checkpoints periodically. Args: interval (int): The saving period. If ``by_epoch=True``, interval indicates epochs, othe
models/hook/check_checkpoint.py:15
Class
CheckpointFunction
models/checkpoint.py:73
Class
CustomFPN
r"""Feature Pyramid Network. LSSFPN: 1/16 + 1/32 -> lateral -> 1/32 upsample to 1/16 + 1/16 -> conv This is an implementation of paper `F
models/necks/fpn.py:11
Class
CustomNuScenesDataset
loaders/nuscenes_dataset.py:21
Class
CustomNuScenesDataset_radar
loaders/nuscenes_dataset.py:106
Class
CustomResNet
Args: num_layer (List[int]): ResBlock for each layer num_channels (List[int]): Output channel number for each stage
models/backbones/resnet.py:11
Class
FPN_LSS
models/necks/lss_fpn.py:11
Class
FlashMHA
models/model_utils/attention.py:99
Class
GlobalRotScaleTransImage
loaders/pipelines/transforms.py:346
Class
HisInfoControlHook
models/hook/sequentialsontrol.py:31
Class
HungarianAssigner3D
models/bbox/assigners/hungarian_assigner_3d.py:16
Class
ISSaveHook
EMAHook used in BEVDepth. Modified from https://github.com/Megvii-Base Detection/BEVDepth/blob/main/callbacks/ema.py.
models/hook/is_save.py:19
Class
IoU3DCost
models/bbox/match_costs/match_cost.py:83
Class
LSSViewTransformerBEVDepth_racformer
models/necks/view_transformer_racformer.py:572
Class
LSSViewTransformer_racformer
r"""Lift-Splat-Shoot view transformer with BEVPoolv2 implementation. Please refer to the `paper <https://arxiv.org/abs/2008.05711>`_ and
models/necks/view_transformer_racformer.py:17
Class
LoadMultiViewImageFromMultiSweeps
loaders/pipelines/loading.py:599
Class
LoadMultiViewImageFromMultiSweepsFuture
loaders/pipelines/loading.py:42
Class
LoadPointsFromFile
Load Points From File. Load points from file. Args: coord_type (str): The type of coordinates of points cloud. Available
loaders/pipelines/loading.py:146
Class
LoadVoDPointsFromFile
Load Points From File. Load points from file. Args: coord_type (str): The type of coordinates of points cloud. Available
loaders/pipelines/loading.py:271
Class
Loadnuradarpoints
Load radar Points From File. Load sunrgbd and scannet points from file. Args: coord_type (str): The type of coordinates of points cl
loaders/pipelines/loading.py:728
Class
LoadradarpointsFromMultiSweeps
loaders/pipelines/loading.py:806
Class
MEGVIIEMAHook
EMAHook used in BEVDepth. Modified from https://github.com/Megvii-Base Detection/BEVDepth/blob/main/callbacks/ema.py.
models/hook/ema.py:63
Class
MSMVSamplingC2345
models/csrc/wrapper.py:78
Class
MSMVSamplingC23456
models/csrc/wrapper.py:122
Class
MSMVSamplingC45
models/csrc/wrapper.py:100
Class
MultiScaleDeformableAttnFunction_fp16
models/multi_scale_deformable_attn_function.py:15
Class
MultiScaleDeformableAttnFunction_fp32
models/multi_scale_deformable_attn_function.py:90
Class
MyTensorboardLoggerHook
utils.py:136
Class
MyTextLoggerHook
utils.py:43
Class
NMSFreeCoder
Bbox coder for NMS-free detector. Args: pc_range (list[float]): Range of point cloud. post_center_range (list[float]): Limit of th
models/bbox/coders/nms_free_coder.py:9
Class
NormalizeMultiviewImage
Normalize the image. Added key is "img_norm_cfg". Args: mean (sequence): Mean values of 3 channels. std (sequence): Std values
loaders/pipelines/transforms.py:70
Class
PadMultiViewImage
Pad the multi-view image. There are two padding modes: (1) pad to a fixed size and (2) pad to the minimum size that is divisible by some numbe
loaders/pipelines/transforms.py:11
Class
PhotoMetricDistortionMultiViewImage
Apply photometric distortion to image sequentially, every transformation is applied with a probability of 0.5. The position of random contrast is
loaders/pipelines/transforms.py:118
Class
PointToMultiViewDepth
loaders/pipelines/loading.py:465
Class
PolarHungarianAssigner3D
models/bbox/assigners/polar_hungarian_assigner_3d.py:16
Class
QuickCumsumCuda
r"""BEVPoolv2 implementation for Lift-Splat-Shoot view transformation. Please refer to the `paper <https://arxiv.org/abs/2211.17111>`_
models/csrc/bev_pool_v2/bev_pool.py:11
Class
RaCFormatBundle3D
Default formatting bundle. It simplifies the pipeline of formatting common fields for voxels, including "proposals", "gt_bboxes", "gt_labels"
loaders/pipelines/formatng.py:10
Class
RaCFormer
models/racformer.py:19
Class
RaCFormerTransformer
models/racformer_transformer.py:18
Class
RaCFormer_head
models/racformer_head.py:14
Class
RaCGlobalRotScaleTransImage
loaders/pipelines/transforms.py:398
Class
RadarPointCloud_v2
loaders/nuscenes_dataset.py:237
Class
RadarPointToMultiViewDepth
loaders/pipelines/loading.py:514
Class
RandomFlip
Flip the image & bbox & mask. If the input dict contains the key "flip", then the flag will be used, otherwise it will be randomly decided by
loaders/pipelines/transforms.py:503
Class
RandomTransformImage
loaders/pipelines/transforms.py:220
Class
SequentialControlHook
models/hook/sequentialsontrol.py:9
Class
TRTBEVPoolv2
models/csrc/bev_pool_v2/bev_pool.py:95
Class
ThetaL1Cost
BBox3DL1Cost. Args: weight (int | float, optional): loss_weight
models/bbox/match_costs/match_cost.py:30
Class
TransformDepthmap
Normalize the image. Added key is "img_norm_cfg". Args: mean (sequence): Mean values of 3 channels. std (sequence): Std valu
loaders/pipelines/transforms.py:468
Class
VoDMonoDataset
Monocular 3D detection on VoD Dataset. Args: data_root (str): Path of dataset root. info_file (str): Path of info file. l
loaders/vod_mono_dataset.py:17
Class
VoVNet
models/backbones/vovnet.py:276