MCPcopy Create free account

hub / github.com/Song-Jingyu/LiRaFusion / types & classes

Types & classes46 in github.com/Song-Jingyu/LiRaFusion

↓ 4 callersClassUnaryBlock
plugin/lirafusion/models/backbones/models/blocks.py:469
↓ 3 callersClassBatchNormBlock
plugin/lirafusion/models/backbones/models/blocks.py:429
↓ 3 callersClassKPConv
plugin/lirafusion/models/backbones/models/blocks.py:143
↓ 1 callersClassGlobalAverageBlock
plugin/lirafusion/models/backbones/models/blocks.py:651
↓ 1 callersClassGridMask
plugin/lirafusion/models/utils/grid_mask.py:69
↓ 1 callersClassMaxPoolBlock
plugin/lirafusion/models/backbones/models/blocks.py:682
↓ 1 callersClassNearestUpsampleBlock
plugin/lirafusion/models/backbones/models/blocks.py:664
↓ 1 callersClassRadarPoints
Points of instances in LIDAR coordinates. Args: tensor (torch.Tensor | np.ndarray | list): a N x points_dim matrix. points_dim (i
plugin/lirafusion/datasets/radar_points.py:19
↓ 1 callersClassResnetBottleneckBlock
plugin/lirafusion/models/backbones/models/blocks.py:563
↓ 1 callersClassSimpleBlock
plugin/lirafusion/models/backbones/models/blocks.py:506
ClassBBox3DL1Cost
BBox3DL1Cost. Args: weight (int | float, optional): loss_weight
plugin/lirafusion/core/bbox/match_costs/match_cost.py:6
ClassCenterPoint_ezfusion_lr
Base class of Multi-modality VoxelNet.
plugin/lirafusion/models/detectors/CenterPoint_ezfusion_lr.py:21
ClassCenterPoint_voxel_fusion
Base class of Multi-modality VoxelNet.
plugin/lirafusion/models/detectors/centerpoint_voxel_fusion.py:17
ClassCenterPoint_voxel_fusion_middle
Base class of Multi-modality VoxelNet.
plugin/lirafusion/models/detectors/centerpoint_voxel_fusion_middle.py:27
ClassCropMultiViewImage
Crop the image Args: size (tuple, optional): Fixed padding size.
plugin/lirafusion/datasets/transform_3d.py:196
ClassDeformableFUTR3DHead
Head of DeformDETR3DCam. Args: with_box_refine (bool): Whether to refine the reference points in the decoder. Defaults to
plugin/lirafusion/models/dense_head/detr_mdfs_head.py:20
ClassFPNV2
r"""Feature Pyramid Network. This is an implementation of paper `Feature Pyramid Networks for Object Detection <https://arxiv.org/abs/1612.031
plugin/lirafusion/models/necks/fpn.py:10
ClassFUTR3D
Base class of Multi-modality VoxelNet.
plugin/lirafusion/models/detectors/futr3d.py:25
ClassFUTR3DCrossAtten
An attention module used in Deformable-Detr. `Deformable DETR: Deformable Transformers for End-to-End Object Detection. <https://arxiv.org/p
plugin/lirafusion/models/utils/attention.py:44
ClassFUTR3DTransformer
Implements the DeformableDETR transformer. Args: num_feature_levels (int): Number of feature maps from FPN: Default: 4.
plugin/lirafusion/models/utils/transformer.py:42
ClassFUTR3DTransformerDecoder
Implements the decoder in DETR transformer. Args: return_intermediate (bool): Whether to return intermediate outputs. coder_norm_c
plugin/lirafusion/models/utils/transformer.py:165
ClassFadeOjectSampleHook
Switch the mode of YOLOX during training. This hook turns off the mosaic and mixup data augmentation and switches to use L1 loss in bbox_hea
plugin/lirafusion/core/fade_hook.py:6
ClassGlobalRotScaleTrans_radar
Apply global rotation, scaling and translation to a 3D scene. - adding support for both lidar and radar points Args: rot_range (list[floa
plugin/lirafusion/datasets/radar_points.py:115
ClassGrid
plugin/lirafusion/models/utils/grid_mask.py:6
ClassHorizontalRandomFlipMultiViewImage
plugin/lirafusion/datasets/transform_3d.py:262
ClassHungarianAssigner3D
Computes one-to-one matching between predictions and ground truth. This class computes an assignment between the targets and the predictions
plugin/lirafusion/core/bbox/assigners/hungarian_assigner_3d.py:17
ClassLidar_Radar_middle_fusion
Fuse feature maps from lidar and radar
plugin/lirafusion/models/backbones/middle_fusion_layer.py:19
ClassLoadRadarPointsMultiSweeps
Load radar points from multiple sweeps. This is usually used for nuScenes dataset to utilize previous sweeps. Args: sweeps_num (int
plugin/lirafusion/datasets/loading.py:572
ClassLoadRadarPointsMultiSweeps_lirafusion
Load radar points from multiple sweeps. This is usually used for nuScenes dataset to utilize previous sweeps. Args: sweeps_num (int
plugin/lirafusion/datasets/loading.py:735
ClassLoadReducedPointsFromFile
Load Points From File. Load sunrgbd and scannet points from file. Args: coord_type (str): The type of coordinates of points cloud.
plugin/lirafusion/datasets/loading.py:67
ClassLoadReducedPointsFromMultiSweeps
Load points from multiple sweeps. This is usually used for nuScenes dataset to utilize previous sweeps. Args: sweeps_num (int): Num
plugin/lirafusion/datasets/loading.py:190
ClassMultiScaleFlipAug3D_radar
Test-time augmentation with multiple scales and flipping. Args: transforms (list[dict]): Transforms to apply in each augmentation.
plugin/lirafusion/datasets/radar_points.py:431
ClassNMSFreeCoder
Bbox coder for NMS-free detector. Args: pc_range (list[float]): Range of point cloud. post_center_range (list[float]): Limit of
plugin/lirafusion/core/bbox/coders/nms_free_coder.py:9
ClassNMSFreeCoderQuery
Bbox coder for NMS-free detector. Args: pc_range (list[float]): Range of point cloud. post_center_range (list[float]): Limit of
plugin/lirafusion/core/bbox/coders/nms_free_coder.py:117
ClassNormalizeMultiviewImage
Normalize the image. Added key is "img_norm_cfg". Args: mean (sequence): Mean values of 3 channels. std (sequence): Std va
plugin/lirafusion/datasets/transform_3d.py:60
ClassNuScenesDatasetRadar
r"""NuScenes Dataset. This class serves as the API for experiments on the NuScenes Dataset. Please refer to `NuScenes Dataset <https://www.n
plugin/lirafusion/datasets/nuscenes_radar.py:16
ClassPadMultiViewImage
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 num
plugin/lirafusion/datasets/transform_3d.py:8
ClassPhotoMetricDistortionMultiViewImage
Apply photometric distortion to image sequentially, every transformation is applied with a probability of 0.5. The position of random contrast is
plugin/lirafusion/datasets/transform_3d.py:96
ClassPointGlobalRotScaleTrans
Apply global rotation, scaling and translation to a 3D scene. Args: rot_range (list[float]): Range of rotation angle. Def
plugin/lirafusion/datasets/transform_3d.py:416
ClassPointRandomFlip3D
Flip the points & bbox. If the input dict contains the key "flip", then the flag will be used, otherwise it will be randomly decided by a
plugin/lirafusion/datasets/transform_3d.py:309
ClassRadar_format
Get radar points to new radar points.
plugin/lirafusion/datasets/loading.py:954
ClassRandomFlip3D_radar
Flip the points & bbox. If the input dict contains the key "flip", then the flag will be used, otherwise it will be randomly decided by a rat
plugin/lirafusion/datasets/radar_points.py:297
ClassRandomScaleImageMultiViewImage
Random scale the image Args: scales
plugin/lirafusion/datasets/transform_3d.py:224
ClassReducedDataBaseSampler
Class for sampling data from the ground truth database. Args: info_path (str): Path of groundtruth database info. data_root (st
plugin/lirafusion/datasets/loading.py:326
Classfuse_lidar_radar
Fuse lidar and radar points.
plugin/lirafusion/datasets/loading.py:911
Classvoxel_fusion_layer
plugin/lirafusion/models/backbones/voxel_fusion_layer.py:16