Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lizhuoling/UniMODE
/ types & classes
Types & classes
88 in github.com/Lizhuoling/UniMODE
⨍
Functions
454
◇
Types & classes
88
↓ 10 callers
Class
BasicBlock
model/modeling/backbone/dla.py:41
↓ 10 callers
Class
DLA
model/modeling/backbone/dla.py:234
↓ 6 callers
Class
Tree
model/modeling/backbone/dla.py:178
↓ 5 callers
Class
AdaptiveLayerNorm
model/modeling/detector3d/deformable_detr.py:418
↓ 4 callers
Class
VisionTransformer
Vision Transformer with support for patch or hybrid CNN input stage
model/modeling/backbone/eva.py:533
↓ 4 callers
Class
_ASPPModule
model/modeling/detector3d/depthnet.py:10
↓ 3 callers
Class
LayerNorm
r""" LayerNorm that supports two data formats: channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_
model/modeling/backbone/convnext.py:147
↓ 3 callers
Class
Omni3Deval
Wraps COCOeval for 2D or 3D box evaluation depending on mode
model/evaluation/omni3d_evaluation.py:1102
↓ 3 callers
Class
VisionRotaryEmbeddingFast
model/modeling/backbone/eva.py:49
↓ 2 callers
Class
DLABackbone
model/modeling/backbone/dla.py:418
↓ 2 callers
Class
DatasetMapper3D
model/data/dataset_mapper.py:27
↓ 2 callers
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
model/modeling/backbone/eva.py:112
↓ 2 callers
Class
MSDeformAttn
model/deformable_ops/modules/ms_deform_attn.py:30
↓ 2 callers
Class
Mlp
model/modeling/detector3d/depthnet.py:130
↓ 2 callers
Class
PETRMultiheadFlashAttention
A wrapper for ``torch.nn.MultiheadAttention``. This module implements MultiheadAttention with identity connection, and positional encoding is
model/modeling/detector3d/detr_transformer.py:335
↓ 2 callers
Class
PatchEmbed
Image to Patch Embedding
model/modeling/backbone/eva.py:424
↓ 2 callers
Class
SELayer
model/modeling/detector3d/depthnet.py:115
↓ 2 callers
Class
_OSA_module
model/modeling/backbone/vovnet.py:190
↓ 1 callers
Class
ASPP
model/modeling/detector3d/depthnet.py:42
↓ 1 callers
Class
Attention
model/modeling/backbone/eva_det.py:69
↓ 1 callers
Class
Attention
model/modeling/backbone/eva.py:181
↓ 1 callers
Class
Block
Transformer blocks with support of window attention and residual propagation blocks
model/modeling/backbone/eva_det.py:200
↓ 1 callers
Class
Block
r""" ConvNeXt Block. There are two equivalent implementations: (1) DwConv -> LayerNorm (channels_first) -> 1x1 Conv -> GELU -> 1x1 Conv; all in (N
model/modeling/backbone/convnext.py:10
↓ 1 callers
Class
Block
model/modeling/backbone/eva.py:327
↓ 1 callers
Class
CENTER_HEAD
model/modeling/detector3d/center_head.py:17
↓ 1 callers
Class
ConvNeXt
r""" ConvNeXt A PyTorch impl of : `A ConvNet for the 2020s` - https://arxiv.org/pdf/2201.03545.pdf Args: in_chans (int)
model/modeling/backbone/convnext.py:76
↓ 1 callers
Class
Converter_key2channel
model/util/util.py:307
↓ 1 callers
Class
CubeRCNNHandler
Resolves CubeRCNN's model zoo files.
model/util/model_zoo.py:7
↓ 1 callers
Class
DETECTOR3D
model/modeling/detector3d/detector3d.py:50
↓ 1 callers
Class
DETECTOR3D_HEAD
model/modeling/detector3d/detector3d.py:470
↓ 1 callers
Class
DecoupledRelativePositionBias
model/modeling/backbone/eva.py:501
↓ 1 callers
Class
DeformableTransformer
model/modeling/detector3d/deformable_detr.py:34
↓ 1 callers
Class
DeformableTransformerDecoder
model/modeling/detector3d/deformable_detr.py:349
↓ 1 callers
Class
DeformableTransformerDecoderLayer
model/modeling/detector3d/deformable_detr.py:268
↓ 1 callers
Class
DeformableTransformerEncoder
model/modeling/detector3d/deformable_detr.py:200
↓ 1 callers
Class
DeformableTransformerEncoderLayer
model/modeling/detector3d/deformable_detr.py:158
↓ 1 callers
Class
DenseNetBackbone
model/modeling/backbone/densenet.py:10
↓ 1 callers
Class
DepthNet
model/modeling/detector3d/depthnet.py:155
↓ 1 callers
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
model/modeling/backbone/convnext.py:47
↓ 1 callers
Class
FlashAttention
Implement the scaled dot product attention with softmax. Arguments --------- softmax_scale: The temperature to use for the softmax att
model/modeling/detector3d/attention.py:35
↓ 1 callers
Class
FlashMHA
model/modeling/detector3d/attention.py:100
↓ 1 callers
Class
FocalLoss
model/modeling/detector3d/center_head.py:220
↓ 1 callers
Class
GridMask
model/util/grid_mask.py:6
↓ 1 callers
Class
Hsigmoid
model/modeling/backbone/vovnet.py:166
↓ 1 callers
Class
LinearWarmupLR
model/solver/build.py:142
↓ 1 callers
Class
MLP
Very simple multi-layer perceptron (also called FFN)
model/modeling/detector3d/deformable_detr.py:447
↓ 1 callers
Class
MNASNetBackbone
model/modeling/backbone/mnasnet.py:10
↓ 1 callers
Class
MeshRenderer
model/util/math_util.py:841
↓ 1 callers
Class
Mlp
model/modeling/backbone/eva.py:126
↓ 1 callers
Class
MutualInfoInpainter
model/modeling/detector3d/mutual_info_inpaint.py:14
↓ 1 callers
Class
Omni3D
Class for COCO-like dataset object. Not inherently related to use with Detectron2 or training per se.
model/data/datasets.py:143
↓ 1 callers
Class
Omni3DEvaluationHelper
model/evaluation/omni3d_evaluation.py:170
↓ 1 callers
Class
Omni3DEvaluator
model/evaluation/omni3d_evaluation.py:648
↓ 1 callers
Class
Omni3DParams
Params for the Omni evaluation API
model/evaluation/omni3d_evaluation.py:1029
↓ 1 callers
Class
PeriodicCheckpointerOnlyOne
model/solver/checkpoint.py:5
↓ 1 callers
Class
PhotoMetricDistortionMultiViewImage
r""" Notes ----- Adapted from https://github.com/fundamentalvision/BEVFormer/blob/master/projects/mmdet3d_plugin/datasets/pipelines/transf
model/data/augmentation.py:11
↓ 1 callers
Class
RelativePositionBias
model/modeling/backbone/eva.py:448
↓ 1 callers
Class
ResBottleneckBlock
The standard bottleneck residual block without the last activation layer. It contains 3 conv layers with kernels 1x1, 3x3, 1x1.
model/modeling/backbone/eva_det.py:139
↓ 1 callers
Class
ResNet
model/modeling/backbone/resnet.py:12
↓ 1 callers
Class
Resize_DownRatio
model/data/dataset_mapper.py:197
↓ 1 callers
Class
Root
model/modeling/backbone/dla.py:157
↓ 1 callers
Class
SPConvVoxelization
model/spconv_voxelize/spconv_voxelize.py:11
↓ 1 callers
Class
ShufflenetBackbone
model/modeling/backbone/shufflenet.py:10
↓ 1 callers
Class
SwiGLU
model/modeling/backbone/eva_det.py:42
↓ 1 callers
Class
SwiGLU
model/modeling/backbone/eva.py:154
↓ 1 callers
Class
Transformer
model/modeling/detector3d/detr_transformer.py:23
↓ 1 callers
Class
TransformerDecoder
model/modeling/detector3d/detr_transformer.py:92
↓ 1 callers
Class
TransformerDecoderLayer
model/modeling/detector3d/detr_transformer.py:217
↓ 1 callers
Class
TransformerEncoder
model/modeling/detector3d/detr_transformer.py:68
↓ 1 callers
Class
TransformerEncoderLayer
model/modeling/detector3d/detr_transformer.py:133
↓ 1 callers
Class
_OSA_stage
model/modeling/backbone/vovnet.py:253
↓ 1 callers
Class
eSEModule
model/modeling/backbone/vovnet.py:175
Class
BBox3DL1Cost
BBox3DL1Cost. Args: weight (int | float, optional): loss_weight
model/util/match_cost.py:8
Class
Bottleneck
model/modeling/backbone/dla.py:72
Class
BottleneckX
model/modeling/backbone/dla.py:113
Class
CPFPN
r"""Feature Pyramid Network. This is an implementation of paper `Feature Pyramid Networks for Object Detection <https://arxiv.org/abs/1612.03
model/modeling/neck/cp_fpn.py:11
Class
ConvNextBaseModel
model/modeling/backbone/convnext.py:201
Class
HungarianAssigner3D
Computes one-to-one matching between predictions and ground truth. This class computes an assignment between the targets and the predictions b
model/modeling/detector3d/hungarian_assigner_3d.py:29
Class
LearnedPositionalEncoding3D
Position embedding with learnable embedding weights. Args: num_feats (int): The feature dimension for each position along x-ax
model/util/position_encoding.py:116
Class
MLN
Args: c_dim (int): dimension of latent code c f_dim (int): feature dimension
model/modeling/detector3d/detector3d.py:971
Class
MM_UniMODE
model/modeling/meta_arch/MM_UniMODE.py:25
Class
MSDeformAttnFunction
model/deformable_ops/functions/ms_deform_attn_func.py:21
Class
MultiModal_DualView_Attn
model/modeling/detector3d/mm_dv_attn.py:14
Class
SimpleFeaturePyramid
This module implements SimpleFeaturePyramid in :paper:`vitdet`. It creates pyramid features built on top of the input feature map.
model/modeling/backbone/eva_det.py:437
Class
SinePositionalEncoding3D
Position encoding with sine and cosine functions. See `End-to-End Object Detection with Transformers <https://arxiv.org/pdf/2005.12872>`_ for
model/util/position_encoding.py:16
Class
ViT
This module implements Vision Transformer (ViT) backbone in :paper:`vitdet`. "Exploring Plain Vision Transformer Backbones for Object Detecti
model/modeling/backbone/eva_det.py:290
Class
VoVNet
model/modeling/backbone/vovnet.py:289
Class
VoxelPoolingTrain
voxel_pooling/voxel_pooling_train.py:10