MCPcopy Create free account

hub / github.com/VDIGPKU/HENet / types & classes

Types & classes1,221 in github.com/VDIGPKU/HENet

↓ 44 callersClassLiDARInstance3DBoxes
3D boxes of instances in LIDAR coordinates. Coordinates in LiDAR: .. code-block:: none up z x front (yaw
mmdet3d/core/bbox/structures/lidar_box3d.py:10
↓ 37 callersClassConv2d
A wrapper around :class:`torch.nn.Conv2d` to support empty inputs and more features.
detr2/detectron2/layers/wrappers.py:70
↓ 28 callersClassCompose
Compose multiple transforms sequentially. The pipeline registry of mmdet3d separates with mmdet, however, sometimes we may need to use mmdet's
mmdet3d/datasets/pipelines/compose.py:11
↓ 26 callersClassBlock
expand + depthwise + pointwise
mmdet3d/models/detectors/mobilenetv3.py:41
↓ 26 callersClassBoxes
This structure stores a list of boxes as a Nx4 torch.Tensor. It supports some common methods about boxes (`area`, `clip`, `nonempty`, etc
detr2/detectron2/structures/boxes.py:130
↓ 24 callersClassVoxelization
mmdet3d/ops/voxel/voxelize.py:63
↓ 23 callersClassInstances
This class represents a list of instances in an image. It stores the attributes of instances (e.g., boxes, masks, labels, scores) as "fields"
detr2/detectron2/structures/instances.py:7
↓ 22 callersClassShapeSpec
A simple structure that contains basic shape specification about a tensor. It is often used as the auxiliary inputs/outputs of models, to
detr2/detectron2/layers/shape_spec.py:6
↓ 16 callersClassBasicBlock
mmdet3d/models/backbones/resnet_withcp.py:14
↓ 14 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
mmdet3d/models/backbones/eva02/drop.py:25
↓ 14 callersClassLayerNorm
r""" LayerNorm that supports two data formats: channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_
mmdet3d/models/necks/sfp.py:10
↓ 13 callersClassConvBNReLU
mmdet3d/models/utils/encoder_utils.py:11
↓ 12 callersClassConv2d
A wrapper around :class:`torch.nn.Conv2d` to support empty inputs and more features.
mmdet3d/models/backbones/eva02/wrappers.py:76
↓ 11 callersClassRotatedBoxes
This structure stores a list of rotated boxes as a Nx5 torch.Tensor. It supports some common methods about boxes (`area`, `clip`, `nonemp
detr2/detectron2/structures/rotated_boxes.py:11
↓ 10 callersClassNuScenesMap
NuScenesMap database class for querying and retrieving information from the semantic maps. Before using this class please use the provided tu
tools/data_converter/map_api.py:42
↓ 9 callersClassConv3D_Block
mmdet3d/models/detectors/Unet3D.py:79
↓ 9 callersClassFFN
Implements feed-forward networks (FFNs) with residual connection. Args: embed_dims (int): The feature dimension. Same as `Mul
mmdet3d/models/utils/transformer.py:104
↓ 9 callersClassMultiheadAttention
A warpper for torch.nn.MultiheadAttention. This module implements MultiheadAttention with residual connection, and positional encoding used i
mmdet3d/models/utils/transformer.py:9
↓ 8 callersClassDepthInstance3DBoxes
3D boxes of instances in Depth coordinates. Coordinates in Depth: .. code-block:: none up z y front (yaw=-0.5*pi)
mmdet3d/core/bbox/structures/depth_box3d.py:10
↓ 8 callersClassROIPooler
Region of interest feature map pooler that supports pooling from one or more feature maps.
detr2/detectron2/modeling/poolers.py:93
↓ 7 callersClassCrossEntropyLoss
mmdet3d/models/losses/cross_entropy_loss.py:293
↓ 7 callersClassGridMask
mmdet3d/models/utils/grid_mask.py:70
↓ 7 callersClassVisualizer
Visualizer that draws data about detection/segmentation on images. It contains methods like `draw_{text,box,circle,line,binary_mask,polygon}
detr2/detectron2/utils/visualizer.py:338
↓ 6 callersClassBitMasks
This class stores the segmentation masks for all objects in one image, in the form of bitmaps. Attributes: tensor: bool Tensor o
detr2/detectron2/structures/masks.py:88
↓ 6 callersClassDetectionCheckpointer
Same as :class:`Checkpointer`, but is able to: 1. handle models in detectron & detectron2 model zoo, and apply conversions for legacy models.
detr2/detectron2/checkpoint/detection_checkpoint.py:15
↓ 6 callersClassDetectionMetricDataList
This stores a set of MetricData in a dict indexed by (name, match-distance).
mmdet3d/datasets/nuscenes_styled_eval_utils.py:254
↓ 6 callersClassDetectionMetrics
Stores average precision and true positive metric results. Provides properties to summarize.
mmdet3d/datasets/nuscenes_styled_eval_utils.py:292
↓ 6 callersClassEvalBoxes
Data class that groups EvalBox instances by sample.
mmdet3d/datasets/nuscenes_styled_eval_utils.py:497
↓ 6 callersClassMSDeformAttn
mmdet3d/models/model_utils/ops/modules/ms_deform_attn.py:182
↓ 6 callersClassNestedTensor
detr2/projects/DDETRS/ddetrs/util/misc.py:319
↓ 6 callersClassPositionEmbeddingLearned
Absolute pos embedding, learned.
mmdet3d/models/dense_heads/transfusion_head.py:25
↓ 5 callersClassBox2BoxTransform
The box-to-box transform defined in R-CNN. The transformation is parameterized by 4 deltas: (dx, dy, dw, dh). The transformation scales the b
detr2/detectron2/modeling/box_regression.py:21
↓ 5 callersClassConvBNReLU
mmdet3d/models/detectors/bevdet_mix.py:82
↓ 5 callersClassExtractor
mmdet3d/models/backbones/radar_encoder_adapter.py:300
↓ 5 callersClassInjector
mmdet3d/models/backbones/radar_encoder_adapter.py:339
↓ 5 callersClassMlp
Multilayer perceptron.
mmdet3d/models/backbones/swinv1.py:21
↓ 5 callersClassT5Stack
detr2/projects/DDETRS/ddetrs/models/text/modeling_t5.py:955
↓ 4 callersClassBEVGridTransform
mmdet3d/models/detectors/bevdet_mix.py:39
↓ 4 callersClassBottleneck
mmdet3d/models/backbones/resnet_withcp.py:97
↓ 4 callersClassCameraInstance3DBoxes
3D boxes of instances in CAM coordinates. Coordinates in camera: .. code-block:: none z front (yaw=-0.5*pi)
mmdet3d/core/bbox/structures/cam_box3d.py:10
↓ 4 callersClassDatasetEvaluators
Wrapper class to combine multiple :class:`DatasetEvaluator` instances. This class dispatches every evaluation call to all of its :class:
detr2/detectron2/evaluation/evaluator.py:66
↓ 4 callersClassDeconv3D_Block
mmdet3d/models/detectors/Unet3D.py:112
↓ 4 callersClassDetectionBox
Data class used during detection evaluation. Can be a prediction or ground truth.
mmdet3d/datasets/nuscenes_styled_eval_utils.py:412
↓ 4 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
detr2/projects/DDETRS/ddetrs/backbone/vit.py:28
↓ 4 callersClassExtractor
mmdet3d/models/backbones/radar_encoder_adapter_old.py:300
↓ 4 callersClassFFN
mmdet3d/models/utils/decoder_utils.py:497
↓ 4 callersClassGpuPhotoMetricDistortion
Apply photometric distortion to image sequentially, every transformation is applied with a probability of 0.5. The position of random contrast is
mmdet3d/models/sparsebev/utils.py:220
↓ 4 callersClassImageList
Structure that holds a list of images (of possibly varying sizes) as a single tensor. This works by padding the images to the same size.
detr2/detectron2/structures/image_list.py:11
↓ 4 callersClassInjector
mmdet3d/models/backbones/radar_encoder_adapter_old.py:339
↓ 4 callersClassLearnedPositionalEncoding3D
Position embedding with learnable embedding weights. Args: num_feats (int): The feature dimension for each position along x-ax
mmdet3d/models/model_utils/ops/modules/ms_deform_attn.py:126
↓ 4 callersClassLocalContextAttentionBlock
mmdet3d/models/utils/encoder_utils.py:84
↓ 4 callersClassMLN
Args: c_dim (int): dimension of latent code c f_dim (int): feature dimension
mmdet3d/models/utils/misc.py:153
↓ 4 callersClassMLP
A simple MLP module. Pass features (B, C, N) through an MLP. Args: in_channels (int, optional): Number of channels of input features
mmdet3d/models/utils/mlp.py:7
↓ 4 callersClassMatcher
This class assigns to each predicted "element" (e.g., a box) a ground-truth element. Each predicted element will have exactly zero or one mat
detr2/detectron2/modeling/matcher.py:9
↓ 4 callersClassPoint
detr2/detectron2/layers/csrc/box_iou_rotated/box_iou_rotated_utils.h:27
↓ 4 callersClassPointEmbed
mmdet3d/models/backbones/radar_encoder_adapter_old.py:78
↓ 4 callersClassPointEmbed
mmdet3d/models/backbones/radar_encoder_adapter.py:78
↓ 4 callersClassRFNLayer
mmdet3d/models/backbones/radar_encoder_adapter_old.py:39
↓ 4 callersClassRFNLayer
mmdet3d/models/backbones/radar_encoder_adapter.py:39
↓ 4 callersClassSE_Block
mmdet3d/models/detectors/bevdet_mix.py:27
↓ 4 callersClassScopedWS
detr2/detectron2/export/shared.py:129
↓ 4 callersClassT5LayerNorm
detr2/projects/DDETRS/ddetrs/models/text/modeling_t5.py:258
↓ 4 callersClassVisionRotaryEmbeddingFast
mmdet3d/models/backbones/eva02/utils.py:304
↓ 4 callersClass_ASPPModule
mmdet3d/models/necks/view_transformer_reproduce_bevdepth.py:72
↓ 4 callersClass_ASPPModule
mmdet3d/models/necks/view_transformer.py:444
↓ 4 callersClass_ASPPModule
mmdet3d/models/utils/uni3d_voxelpooldepth.py:13
↓ 3 callersClassBaseConvBboxHead
r"""More general bbox head, with shared conv layers and two optional separated branches. .. code-block:: none /-> cls c
mmdet3d/models/dense_heads/base_conv_bbox_head.py:11
↓ 3 callersClassConvBlock
mmdet3d/models/backbones/convblock_watermark.py:12
↓ 3 callersClassDecoder
mmdet3d/models/sparsebev/sparsebev_head_rc_seg.py:51
↓ 3 callersClassDepthPredictor
mmdet3d/models/depth_predictor/depth_predictor.py:6
↓ 3 callersClassFastRCNNOutputLayers
Two linear layers for predicting Fast R-CNN outputs: 1. proposal-to-detection box regression deltas 2. classification scores
detr2/detectron2/modeling/roi_heads/fast_rcnn.py:173
↓ 3 callersClassGenericMask
Attribute: polygons (list[ndarray]): list[ndarray]: polygons for this mask. Each ndarray has format [x, y, x, y, ...]
detr2/detectron2/utils/visualizer.py:66
↓ 3 callersClassGridMask
mmdet3d/models/sparsebev/utils.py:9
↓ 3 callersClassInternLM2RMSNorm
mmdet3d/models/internvl_model/internlm2/modeling_internlm2.py:129
↓ 3 callersClassKeypoints
Stores keypoint **annotation** data. GT Instances have a `gt_keypoints` property containing the x,y location and visibility flag of each keyp
detr2/detectron2/structures/keypoints.py:8
↓ 3 callersClassLayerNorm
r""" LayerNorm that supports two data formats: channels_last (default) or channels_first. The ordering of the dimensions in the inputs. channels_
mmdet3d/models/backbones/convnext.py:176
↓ 3 callersClassMLP
Very simple multi-layer perceptron (also called FFN)
mmdet3d/models/utils/futr3d_transformer.py:537
↓ 3 callersClassMetric_mIoU
mmdet3d/datasets/occ_metrics.py:50
↓ 3 callersClassPhi3Model
Transformer decoder consisting of *config.num_hidden_layers* layers. Each layer is a [`Phi3DecoderLayer`] Args: config: Phi3Config
mmdet3d/models/internvl_model/phi3/modeling_phi3.py:1026
↓ 3 callersClassPhi3RMSNorm
mmdet3d/models/internvl_model/phi3/modeling_phi3.py:76
↓ 3 callersClassPointFPModule
Point feature propagation module used in PointNets. Propagate the features from one set to another. Args: mlp_channels (list[int]):
mmdet3d/ops/pointnet_modules/point_fp_module.py:11
↓ 3 callersClassROIAlign
detr2/detectron2/layers/roi_align.py:7
↓ 3 callersClassROIMasks
Represent masks by N smaller masks defined in some ROIs. Once ROI boxes are given, full-image bitmask can be obtained by "pasting" the mask o
detr2/detectron2/structures/masks.py:464
↓ 3 callersClassRadarPoints
Points of instances in LIDAR coordinates. Args: tensor (torch.Tensor | np.ndarray | list): a N x points_dim matrix. points_dim (i
mmdet3d/core/points/radar_points.py:4
↓ 3 callersClassResModule
3d residual block for ImVoxelNeck. Args: n_channels (int): Input channels of a feature map.
mmdet3d/models/necks/imvoxel_neck.py:69
↓ 3 callersClassScanNetData
ScanNet data. Generate scannet infos for scannet_converter. Args: root_path (str): Root path of the raw data. split (str, op
tools/data_converter/scannet_data_utils.py:10
↓ 3 callersClassTransformerDecoderLayer
mmdet3d/models/dense_heads/transfusion_head.py:44
↓ 3 callersClassTree
Tree in DLANet. Args: levels (int): The level of the tree. block (nn.Module): The block module in tree. in_channels: Inpu
mmdet3d/models/backbones/dla.py:163
↓ 2 callersClassAdaptiveMixing
Adaptive Mixing
mmdet3d/models/sparsebev/sparsebev_transformer.py:658
↓ 2 callersClassAdaptivePadding
Applies padding to input (if needed) so that input can get fully covered by filter you specified. It support two modes "same" and "corner". The
mmdet3d/models/utils/transformer_codetr.py:64
↓ 2 callersClassBasicBlock
mmdet3d/models/backbones/resnet_watermark.py:17
↓ 2 callersClassBasicBlock3D
mmdet3d/models/backbones/resnet.py:128
↓ 2 callersClassBiMultiHeadAttention
detr2/projects/DDETRS/ddetrs/models/deformable_detr/fuse_helper.py:7
↓ 2 callersClassBox2BoxTransformRotated
The box-to-box transform defined in Rotated R-CNN. The transformation is parameterized by 5 deltas: (dx, dy, dw, dh, da). The transformation
detr2/detectron2/modeling/box_regression.py:120
↓ 2 callersClassBufferList
Similar to nn.ParameterList, but for buffers
detr2/detectron2/modeling/anchor_generator.py:21
↓ 2 callersClassCBGSDataset
A wrapper of class sampled dataset with ann_file path. Implementation of paper `Class-balanced Grouping and Sampling for Point Cloud 3D Object
mmdet3d/datasets/dataset_wrappers.py:8
↓ 2 callersClassCaffe2Boxes
Representing a list of detectron2.structures.Boxes from minibatch, each box is represented by a 5d vector (batch index + 4 coordinates), or a
detr2/detectron2/export/c10.py:22
↓ 2 callersClassCaffe2Model
A wrapper around the traced model in Caffe2's protobuf format. The exported graph has different inputs/outputs from the original Pytorch
detr2/detectron2/export/api.py:115
↓ 2 callersClassCrossAttention
mmdet3d/models/backbones/radar_encoder_adapter_old.py:367
↓ 2 callersClassCrossAttention
mmdet3d/models/backbones/radar_encoder_adapter.py:367
next →1–100 of 1,221, ranked by callers