MCPcopy Create free account

hub / github.com/antonioo-c/PiMAE / types & classes

Types & classes162 in github.com/antonioo-c/PiMAE

↓ 6 callersClassAverageMeter
Pretrain/utils/AverageMeter.py:2
↓ 6 callersClassLogger
Downstream/3detr/utils/logger.py:14
↓ 5 callersClassNestedTensor
Downstream/detr/util/misc.py:284
↓ 5 callersClassPostProcess
This module converts the model's output into the format expected by the coco api
Downstream/detr/models/detr.py:262
↓ 4 callersClassBlock
Pretrain/models/Point_MAE.py:131
↓ 4 callersClassPostProcessPanoptic
This class converts the output of the model to the final panoptic result, in the format expected by the coco panoptic API
Downstream/detr/models/segmentation.py:241
↓ 4 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
Downstream/3detr/utils/misc.py:40
↓ 4 callersClassVisionTransformer
Vision Transformer with support for global average pooling
Downstream/detr/models/models_mae.py:20
↓ 3 callersClassAcc_Metric
Pretrain/tools/runner_pretrain.py:29
↓ 3 callersClassDETR
This is the DETR module that performs object detection
Downstream/detr/models/detr.py:21
↓ 3 callersClassDETRsegm
Downstream/detr/models/segmentation.py:24
↓ 3 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
Pretrain/models/multimae_utils.py:123
↓ 3 callersClassJoiner
Downstream/detr/models/backbone.py:182
↓ 3 callersClassMaskedAutoencoderViT
Masked Autoencoder with VisionTransformer backbone
Pretrain/models/models_mae.py:51
↓ 3 callersClassNestedTensor
Downstream/MonoDETR/utils/misc.py:287
↓ 3 callersClassPositionEmbeddingSine
This is a more standard version of the position embedding, very similar to the one used by the Attention is all you need paper, generalized t
Downstream/detr/models/position_encoding.py:12
↓ 3 callersClassTransformer
Downstream/detr/models/transformer.py:19
↓ 2 callersClassAPCalculator
Calculating Average Precision
Downstream/3detr/utils/ap_calculator.py:272
↓ 2 callersClassAttention
Pretrain/models/multimae_utils.py:158
↓ 2 callersClassBackbone
ResNet backbone with frozen BatchNorm.
Downstream/detr/models/backbone.py:169
↓ 2 callersClassBoxProcessor
Class to convert 3DETR MLP head outputs into bounding boxes
Downstream/3detr/models/model_3detr.py:19
↓ 2 callersClassDetrDatasetMapper
A callable which takes a dataset dict in Detectron2 Dataset format, and map it into a format used by DETR. The callable currently does t
Downstream/detr/d2/detr/dataset_mapper.py:42
↓ 2 callersClassEncoder
Pretrain/models/Point_MAE.py:19
↓ 2 callersClassGenericMLP
Downstream/3detr/models/helpers.py:45
↓ 2 callersClassGroup
Pretrain/models/Point_MAE.py:53
↓ 2 callersClassHungarianMatcher
This class computes an assignment between the targets and the predictions of the network For efficiency reasons, the targets don't include the no
Downstream/detr/models/matcher.py:12
↓ 2 callersClassMlp
Pretrain/models/multimae_utils.py:138
↓ 2 callersClassRandomCuboid
RandomCuboid augmentation from DepthContrast [https://arxiv.org/abs/2101.02691] We slightly modify this operation to account for object detec
Downstream/3detr/utils/random_cuboid.py:16
↓ 2 callersClassRandomCuboid
RandomCuboid augmentation from DepthContrast [https://arxiv.org/abs/2101.02691] We slightly modify this operation to account for object detec
Pretrain/utils_detr/random_cuboid.py:16
↓ 2 callersClassSetCriterion
This class computes the loss for DETR. The process happens in two steps: 1) we compute hungarian assignment between ground truth boxes an
Downstream/detr/models/detr.py:87
↓ 2 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
Downstream/MonoDETR/utils/misc.py:30
↓ 2 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
Downstream/detr/util/misc.py:27
↓ 2 callersClassTrainer
Extension of the Trainer class adapted to DETR.
Downstream/detr/train_net.py:31
↓ 2 callersClassTransformerEncoderLayer
Downstream/3detr/models/transformer.py:213
↓ 1 callersClassAcc_Metric
Pretrain/tools/runner_vis.py:40
↓ 1 callersClassAttention
Pretrain/models/Point_MAE.py:104
↓ 1 callersClassBNMomentumScheduler
Pretrain/utils/misc.py:97
↓ 1 callersClassChamferDistanceL1
f''' Chamder Distance L1
Pretrain/extensions/chamfer_dist/__init__.py:64
↓ 1 callersClassChamferDistanceL2
f''' Chamder Distance L2
Pretrain/extensions/chamfer_dist/__init__.py:28
↓ 1 callersClassCocoDetection
Downstream/detr/datasets/coco.py:17
↓ 1 callersClassCocoEvaluator
Downstream/detr/datasets/coco_eval.py:22
↓ 1 callersClassCocoPanoptic
Downstream/detr/datasets/coco_panoptic.py:15
↓ 1 callersClassConvertCocoPolysToMask
Downstream/detr/datasets/coco.py:50
↓ 1 callersClassCrossAttention
Pretrain/models/multimae_utils.py:185
↓ 1 callersClassMHAttentionMap
This is a 2D attention module, which only returns the attention softmax (no multiplication by value)
Downstream/detr/models/segmentation.py:140
↓ 1 callersClassMLP
Very simple multi-layer perceptron (also called FFN)
Downstream/detr/models/detr.py:293
↓ 1 callersClassMaskHeadSmallConv
Simple convolutional head, using group norm. Upsampling is done using a FPN approach
Downstream/detr/models/segmentation.py:69
↓ 1 callersClassMaskTransformer
Pretrain/models/Point_MAE.py:205
↓ 1 callersClassMaskedBackbone
This is a thin wrapper around D2's backbone to provide padding masking
Downstream/detr/d2/detr/detr.py:31
↓ 1 callersClassMaskedTransformerEncoder
Downstream/3detr/models/transformer.py:144
↓ 1 callersClassMatcher
Downstream/3detr/criterion.py:12
↓ 1 callersClassMlp
Pretrain/models/Point_MAE.py:85
↓ 1 callersClassModel3DETR
Main 3DETR model. Consists of the following learnable sub-models - pre_encoder: takes raw point cloud, subsamples it and projects into "D" di
Downstream/3detr/models/model_3detr.py:72
↓ 1 callersClassPanopticEvaluator
Downstream/detr/datasets/panoptic_eval.py:13
↓ 1 callersClassPatchEmbed
2D Image to Patch Embedding
Pretrain/models/models_mae.py:24
↓ 1 callersClassPiMAE
Pretrain/models/pimae.py:25
↓ 1 callersClassPositionEmbeddingCoordsSine
Downstream/3detr/models/position_embedding.py:12
↓ 1 callersClassPositionEmbeddingLearned
Absolute pos embedding, learned.
Downstream/detr/models/position_encoding.py:51
↓ 1 callersClassPostProcessSegm
Downstream/detr/models/segmentation.py:218
↓ 1 callersClassSUNObject3d
Pretrain/utils/sunrgbd_utils.py:38
↓ 1 callersClassSUNObject3d
Pretrain/datasets/sunrgbd_utils.py:43
↓ 1 callersClassSetCriterion
Downstream/3detr/criterion.py:89
↓ 1 callersClassTrainer
Extension of the Trainer class adapted to DETR.
Downstream/detr/d2/train_net.py:31
↓ 1 callersClassTransformer
Downstream/detr/models/transformer_orig.py:19
↓ 1 callersClassTransformerDecoder
Downstream/3detr/models/transformer.py:77
↓ 1 callersClassTransformerDecoder
Downstream/detr/models/transformer_orig.py:91
↓ 1 callersClassTransformerDecoder
Downstream/detr/models/transformer.py:91
↓ 1 callersClassTransformerDecoder
Pretrain/models/Point_MAE.py:171
↓ 1 callersClassTransformerDecoderLayer
Downstream/3detr/models/transformer.py:298
↓ 1 callersClassTransformerDecoderLayer
Downstream/detr/models/transformer_orig.py:214
↓ 1 callersClassTransformerDecoderLayer
Downstream/detr/models/transformer.py:214
↓ 1 callersClassTransformerEncoder
Downstream/3detr/models/transformer.py:19
↓ 1 callersClassTransformerEncoder
Downstream/detr/models/transformer_orig.py:131
↓ 1 callersClassTransformerEncoder
Downstream/detr/models/transformer.py:131
↓ 1 callersClassTransformerEncoder
Downstream/detr/models/backbone.py:22
↓ 1 callersClassTransformerEncoder
Pretrain/tutorial_load.py:41
↓ 1 callersClassTransformerEncoder
Pretrain/models/Point_MAE.py:152
↓ 1 callersClassTransformerEncoderLayer
Downstream/detr/models/transformer_orig.py:154
↓ 1 callersClassTransformerEncoderLayer
Downstream/detr/models/transformer.py:154
↓ 1 callersClassTransformerEncoderLayer
Downstream/detr/models/backbone.py:45
↓ 1 callersClassTransformerEncoderLayer
Pretrain/tutorial_load.py:109
↓ 1 callersClassearth_mover_distance
f''' emd
Pretrain/extensions/emd/emd.py:26
ClassAPCalculator
Calculating Average Precision
Pretrain/utils_detr/ap_calculator.py:272
ClassAcc_Metric
Pretrain/tools/runner.py:45
ClassBackboneBase
Downstream/detr/models/backbone.py:144
ClassBatchNormDim1Swap
Used for nn.Transformer that uses a HW x N x C rep
Downstream/3detr/models/helpers.py:7
ClassBatchNormDim1Swap
Used for nn.Transformer that uses a HW x N x C rep
Downstream/detr/models/helpers.py:7
ClassBatchNormDim1Swap
Pretrain/tutorial_load.py:16
ClassBatchNormDim1Swap
Pretrain/models/transformer.py:24
ClassBlock
Pretrain/models/multimae_utils.py:217
ClassCenterCrop
Downstream/detr/datasets/transforms.py:169
ClassChamferDistanceL2_split
f''' Chamder Distance L2
Pretrain/extensions/chamfer_dist/__init__.py:46
ClassChamferDistanceTestCase
Pretrain/extensions/chamfer_dist/test.py:23
ClassChamferFunction
Pretrain/extensions/chamfer_dist/__init__.py:13
ClassClassificationDataset
croped point clouds with class label from sunrbgd validation set
Pretrain/datasets/sunrgbd.py:296
ClassCompose
Downstream/detr/datasets/transforms.py:261
ClassDecoderBlock
Pretrain/models/multimae_utils.py:235
ClassDetr
Implement Detr
Downstream/detr/d2/detr/detr.py:70
ClassEarthMoverDistanceFunction
Pretrain/extensions/emd/emd.py:5
ClassFrozenBatchNorm2d
BatchNorm2d where the batch statistics and the affine parameters are fixed. Copy-paste from torchvision.misc.ops with added eps before rqsrt
Downstream/detr/models/backbone.py:105
next →1–100 of 162, ranked by callers