Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antonioo-c/PiMAE
/ types & classes
Types & classes
162 in github.com/antonioo-c/PiMAE
⨍
Functions
1,397
◇
Types & classes
162
↓ 6 callers
Class
AverageMeter
Pretrain/utils/AverageMeter.py:2
↓ 6 callers
Class
Logger
Downstream/3detr/utils/logger.py:14
↓ 5 callers
Class
NestedTensor
Downstream/detr/util/misc.py:284
↓ 5 callers
Class
PostProcess
This module converts the model's output into the format expected by the coco api
Downstream/detr/models/detr.py:262
↓ 4 callers
Class
Block
Pretrain/models/Point_MAE.py:131
↓ 4 callers
Class
PostProcessPanoptic
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 callers
Class
SmoothedValue
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 callers
Class
VisionTransformer
Vision Transformer with support for global average pooling
Downstream/detr/models/models_mae.py:20
↓ 3 callers
Class
Acc_Metric
Pretrain/tools/runner_pretrain.py:29
↓ 3 callers
Class
DETR
This is the DETR module that performs object detection
Downstream/detr/models/detr.py:21
↓ 3 callers
Class
DETRsegm
Downstream/detr/models/segmentation.py:24
↓ 3 callers
Class
DropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
Pretrain/models/multimae_utils.py:123
↓ 3 callers
Class
Joiner
Downstream/detr/models/backbone.py:182
↓ 3 callers
Class
MaskedAutoencoderViT
Masked Autoencoder with VisionTransformer backbone
Pretrain/models/models_mae.py:51
↓ 3 callers
Class
NestedTensor
Downstream/MonoDETR/utils/misc.py:287
↓ 3 callers
Class
PositionEmbeddingSine
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 callers
Class
Transformer
Downstream/detr/models/transformer.py:19
↓ 2 callers
Class
APCalculator
Calculating Average Precision
Downstream/3detr/utils/ap_calculator.py:272
↓ 2 callers
Class
Attention
Pretrain/models/multimae_utils.py:158
↓ 2 callers
Class
Backbone
ResNet backbone with frozen BatchNorm.
Downstream/detr/models/backbone.py:169
↓ 2 callers
Class
BoxProcessor
Class to convert 3DETR MLP head outputs into bounding boxes
Downstream/3detr/models/model_3detr.py:19
↓ 2 callers
Class
DetrDatasetMapper
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 callers
Class
Encoder
Pretrain/models/Point_MAE.py:19
↓ 2 callers
Class
GenericMLP
Downstream/3detr/models/helpers.py:45
↓ 2 callers
Class
Group
Pretrain/models/Point_MAE.py:53
↓ 2 callers
Class
HungarianMatcher
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 callers
Class
Mlp
Pretrain/models/multimae_utils.py:138
↓ 2 callers
Class
RandomCuboid
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 callers
Class
RandomCuboid
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 callers
Class
SetCriterion
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 callers
Class
SmoothedValue
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 callers
Class
SmoothedValue
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 callers
Class
Trainer
Extension of the Trainer class adapted to DETR.
Downstream/detr/train_net.py:31
↓ 2 callers
Class
TransformerEncoderLayer
Downstream/3detr/models/transformer.py:213
↓ 1 callers
Class
Acc_Metric
Pretrain/tools/runner_vis.py:40
↓ 1 callers
Class
Attention
Pretrain/models/Point_MAE.py:104
↓ 1 callers
Class
BNMomentumScheduler
Pretrain/utils/misc.py:97
↓ 1 callers
Class
ChamferDistanceL1
f''' Chamder Distance L1
Pretrain/extensions/chamfer_dist/__init__.py:64
↓ 1 callers
Class
ChamferDistanceL2
f''' Chamder Distance L2
Pretrain/extensions/chamfer_dist/__init__.py:28
↓ 1 callers
Class
CocoDetection
Downstream/detr/datasets/coco.py:17
↓ 1 callers
Class
CocoEvaluator
Downstream/detr/datasets/coco_eval.py:22
↓ 1 callers
Class
CocoPanoptic
Downstream/detr/datasets/coco_panoptic.py:15
↓ 1 callers
Class
ConvertCocoPolysToMask
Downstream/detr/datasets/coco.py:50
↓ 1 callers
Class
CrossAttention
Pretrain/models/multimae_utils.py:185
↓ 1 callers
Class
MHAttentionMap
This is a 2D attention module, which only returns the attention softmax (no multiplication by value)
Downstream/detr/models/segmentation.py:140
↓ 1 callers
Class
MLP
Very simple multi-layer perceptron (also called FFN)
Downstream/detr/models/detr.py:293
↓ 1 callers
Class
MaskHeadSmallConv
Simple convolutional head, using group norm. Upsampling is done using a FPN approach
Downstream/detr/models/segmentation.py:69
↓ 1 callers
Class
MaskTransformer
Pretrain/models/Point_MAE.py:205
↓ 1 callers
Class
MaskedBackbone
This is a thin wrapper around D2's backbone to provide padding masking
Downstream/detr/d2/detr/detr.py:31
↓ 1 callers
Class
MaskedTransformerEncoder
Downstream/3detr/models/transformer.py:144
↓ 1 callers
Class
Matcher
Downstream/3detr/criterion.py:12
↓ 1 callers
Class
Mlp
Pretrain/models/Point_MAE.py:85
↓ 1 callers
Class
Model3DETR
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 callers
Class
PanopticEvaluator
Downstream/detr/datasets/panoptic_eval.py:13
↓ 1 callers
Class
PatchEmbed
2D Image to Patch Embedding
Pretrain/models/models_mae.py:24
↓ 1 callers
Class
PiMAE
Pretrain/models/pimae.py:25
↓ 1 callers
Class
PositionEmbeddingCoordsSine
Downstream/3detr/models/position_embedding.py:12
↓ 1 callers
Class
PositionEmbeddingLearned
Absolute pos embedding, learned.
Downstream/detr/models/position_encoding.py:51
↓ 1 callers
Class
PostProcessSegm
Downstream/detr/models/segmentation.py:218
↓ 1 callers
Class
SUNObject3d
Pretrain/utils/sunrgbd_utils.py:38
↓ 1 callers
Class
SUNObject3d
Pretrain/datasets/sunrgbd_utils.py:43
↓ 1 callers
Class
SetCriterion
Downstream/3detr/criterion.py:89
↓ 1 callers
Class
Trainer
Extension of the Trainer class adapted to DETR.
Downstream/detr/d2/train_net.py:31
↓ 1 callers
Class
Transformer
Downstream/detr/models/transformer_orig.py:19
↓ 1 callers
Class
TransformerDecoder
Downstream/3detr/models/transformer.py:77
↓ 1 callers
Class
TransformerDecoder
Downstream/detr/models/transformer_orig.py:91
↓ 1 callers
Class
TransformerDecoder
Downstream/detr/models/transformer.py:91
↓ 1 callers
Class
TransformerDecoder
Pretrain/models/Point_MAE.py:171
↓ 1 callers
Class
TransformerDecoderLayer
Downstream/3detr/models/transformer.py:298
↓ 1 callers
Class
TransformerDecoderLayer
Downstream/detr/models/transformer_orig.py:214
↓ 1 callers
Class
TransformerDecoderLayer
Downstream/detr/models/transformer.py:214
↓ 1 callers
Class
TransformerEncoder
Downstream/3detr/models/transformer.py:19
↓ 1 callers
Class
TransformerEncoder
Downstream/detr/models/transformer_orig.py:131
↓ 1 callers
Class
TransformerEncoder
Downstream/detr/models/transformer.py:131
↓ 1 callers
Class
TransformerEncoder
Downstream/detr/models/backbone.py:22
↓ 1 callers
Class
TransformerEncoder
Pretrain/tutorial_load.py:41
↓ 1 callers
Class
TransformerEncoder
Pretrain/models/Point_MAE.py:152
↓ 1 callers
Class
TransformerEncoderLayer
Downstream/detr/models/transformer_orig.py:154
↓ 1 callers
Class
TransformerEncoderLayer
Downstream/detr/models/transformer.py:154
↓ 1 callers
Class
TransformerEncoderLayer
Downstream/detr/models/backbone.py:45
↓ 1 callers
Class
TransformerEncoderLayer
Pretrain/tutorial_load.py:109
↓ 1 callers
Class
earth_mover_distance
f''' emd
Pretrain/extensions/emd/emd.py:26
Class
APCalculator
Calculating Average Precision
Pretrain/utils_detr/ap_calculator.py:272
Class
Acc_Metric
Pretrain/tools/runner.py:45
Class
BackboneBase
Downstream/detr/models/backbone.py:144
Class
BatchNormDim1Swap
Used for nn.Transformer that uses a HW x N x C rep
Downstream/3detr/models/helpers.py:7
Class
BatchNormDim1Swap
Used for nn.Transformer that uses a HW x N x C rep
Downstream/detr/models/helpers.py:7
Class
BatchNormDim1Swap
Pretrain/tutorial_load.py:16
Class
BatchNormDim1Swap
Pretrain/models/transformer.py:24
Class
Block
Pretrain/models/multimae_utils.py:217
Class
CenterCrop
Downstream/detr/datasets/transforms.py:169
Class
ChamferDistanceL2_split
f''' Chamder Distance L2
Pretrain/extensions/chamfer_dist/__init__.py:46
Class
ChamferDistanceTestCase
Pretrain/extensions/chamfer_dist/test.py:23
Class
ChamferFunction
Pretrain/extensions/chamfer_dist/__init__.py:13
Class
ClassificationDataset
croped point clouds with class label from sunrbgd validation set
Pretrain/datasets/sunrgbd.py:296
Class
Compose
Downstream/detr/datasets/transforms.py:261
Class
DecoderBlock
Pretrain/models/multimae_utils.py:235
Class
Detr
Implement Detr
Downstream/detr/d2/detr/detr.py:70
Class
EarthMoverDistanceFunction
Pretrain/extensions/emd/emd.py:5
Class
FrozenBatchNorm2d
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