MCPcopy Create free account

hub / github.com/YifanXu74/MQ-Det / types & classes

Types & classes463 in github.com/YifanXu74/MQ-Det

↓ 55 callersClassBoxList
This class represents a set of bounding boxes. The bounding boxes are represented as a Nx4 Tensor. In order to uniquely determine the
maskrcnn_benchmark/structures/bounding_box.py:9
↓ 29 callersClassIRFBlock
maskrcnn_benchmark/modeling/backbone/fbnet.py:288
↓ 28 callersClassConv2d
maskrcnn_benchmark/layers/misc.py:29
↓ 12 callersClassSeparableConvBlock
created by Zylo117
maskrcnn_benchmark/modeling/backbone/efficientdet.py:149
↓ 12 callersClasstqdm
maskrcnn_benchmark/utils/custom_util.py:114
↓ 10 callersClassPooler
Pooler for Detection with or without FPN. It currently hard-code ROIAlign in the implementation, but that can be made more generic lat
maskrcnn_benchmark/modeling/poolers.py:45
↓ 10 callersClassSegmentationMask
This class stores the segmentations for all objects in the image
maskrcnn_benchmark/structures/segmentation_mask.py:146
↓ 9 callersClassConv2dStaticSamePadding
created by Zylo117 The real keras/tensorflow conv2d with same padding
maskrcnn_benchmark/modeling/backbone/efficientdet.py:84
↓ 8 callersClassConvertCocoPolysToMask
maskrcnn_benchmark/data/datasets/modulated_coco.py:421
↓ 8 callersClassDetectronCheckpointer
maskrcnn_benchmark/utils/checkpoint.py:140
↓ 8 callersClassMemoryEfficientSwish
maskrcnn_benchmark/modeling/backbone/efficientdet.py:532
↓ 8 callersClassNestedTensor
groundingdino_new/util/misc.py:399
↓ 8 callersClassRegistry
A helper class for managing registering modules, it extends a dictionary and provides a register functions. Eg. creeting a registry:
maskrcnn_benchmark/utils/registry.py:9
↓ 7 callersClassBoxCoder
This class encodes and decodes a set of bounding boxes into the representation used for training the regressors.
maskrcnn_benchmark/modeling/box_coder.py:7
↓ 6 callersClassConvBNRelu
maskrcnn_benchmark/modeling/backbone/fbnet.py:181
↓ 6 callersClassDYReLU
maskrcnn_benchmark/layers/dyrelu.py:39
↓ 6 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 m
maskrcnn_benchmark/modeling/matcher.py:5
↓ 6 callersClassMaxPool2dStaticSamePadding
created by Zylo117 The real keras/tensorflow MaxPool2d with same padding
maskrcnn_benchmark/modeling/backbone/efficientdet.py:32
↓ 6 callersClassMetricLogger
maskrcnn_benchmark/utils/metric_logger.py:64
↓ 6 callersClassSwish
maskrcnn_benchmark/modeling/backbone/efficientdet.py:538
↓ 5 callersClassBatchNorm2d
maskrcnn_benchmark/layers/misc.py:66
↓ 5 callersClassLayerNorm
maskrcnn_benchmark/modeling/language_backbone/clip_model.py:16
↓ 5 callersClassMasker
Projects a set of masks in an image on the locations specified by the bounding boxes
maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py:174
↓ 5 callersClassPolygons
This class holds a set of polygons that represents a single instance of an object mask. The object can be represented as a set of poly
maskrcnn_benchmark/structures/segmentation_mask.py:51
↓ 4 callersClassConfigDict
groundingdino_new/util/slconfig.py:26
↓ 4 callersClassConvBlock
Standard convolution block with Batch normalization and activation. Parameters: ---------- in_channels : int Number of
maskrcnn_benchmark/modeling/backbone/efficientnet.py:71
↓ 4 callersClassDropBlock2D
r"""Randomly zeroes 2D spatial blocks of the input tensor. As described in the paper `DropBlock: A regularization method for convolutional
maskrcnn_benchmark/layers/dropblock.py:6
↓ 4 callersClassLVISResults
maskrcnn_benchmark/data/datasets/evaluation/lvis/lvis_eval.py:78
↓ 4 callersClassResidual
maskrcnn_benchmark/modeling/roi_heads/mask_head/hourglass.py:6
↓ 4 callersClassScale
maskrcnn_benchmark/layers/misc.py:113
↓ 4 callersClassTSVFile
maskrcnn_benchmark/data/datasets/tsv.py:75
↓ 4 callersClassinvert
maskrcnn_benchmark/modeling/backbone/blocks.py:107
↓ 3 callersClassBalancedPositiveNegativeSampler
This class samples batches, ensuring that they contain a fixed proportion of positives
maskrcnn_benchmark/modeling/balanced_positive_negative_sampler.py:5
↓ 3 callersClassBestMetricSingle
groundingdino_new/util/utils.py:503
↓ 3 callersClassConvTranspose2d
maskrcnn_benchmark/layers/misc.py:45
↓ 3 callersClassDyHead
maskrcnn_benchmark/layers/dyhead.py:122
↓ 3 callersClassFeatureResizer
This class takes as input a set of embeddings of dimension C1 and outputs a set of embedding of dimension C2, after a linear transformation
maskrcnn_benchmark/utils/fuse_helper.py:46
↓ 3 callersClassFrozenBatchNorm2d
BatchNorm2d where the batch statistics and the affine parameters are fixed
maskrcnn_benchmark/layers/batch_norm.py:9
↓ 3 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 siz
maskrcnn_benchmark/structures/image_list.py:7
↓ 3 callersClassLVIS
maskrcnn_benchmark/data/datasets/lvis.py:20
↓ 3 callersClassLVISEval
maskrcnn_benchmark/data/datasets/evaluation/lvis/lvis_eval.py:155
↓ 3 callersClassModulatedDeformConv
maskrcnn_benchmark/layers/deform_conv.py:333
↓ 3 callersClassNaiveSyncBatchNorm2d
In PyTorch<=1.5, ``nn.SyncBatchNorm`` has incorrect gradient when the batch size on each worker is different. (e.g., when scale augmen
maskrcnn_benchmark/layers/batch_norm.py:45
↓ 3 callersClassSELayer
maskrcnn_benchmark/layers/se.py:4
↓ 3 callersClassSLConfig
config files. only support .py file as config now. ref: mmcv.utils.config Example: >>> cfg = Config(dict(a=1, b=dict(b1=[0,
groundingdino_new/util/slconfig.py:42
↓ 3 callersClassSigmoidFocalLoss
maskrcnn_benchmark/layers/sigmoid_focal_loss.py:55
↓ 2 callersClassAnchorGenerator
For a set of image sizes and feature maps, computes a set of anchors
maskrcnn_benchmark/modeling/rpn/anchor_generator.py:35
↓ 2 callersClassBBoxTransform
maskrcnn_benchmark/modeling/backbone/efficientdet.py:1344
↓ 2 callersClassBaseModelOutputWithPoolingAndCrossAttentions
Base class for model's outputs that also contains a pooling of the last hidden states. Args: last_hidden_state (`torch.FloatTensor`
maskrcnn_benchmark/utils/custom_bert_modeling_outputs.py:11
↓ 2 callersClassBiFPN
modified by Zylo117
maskrcnn_benchmark/modeling/backbone/efficientdet.py:190
↓ 2 callersClassBiMultiHeadAttention
maskrcnn_benchmark/utils/fuse_helper_q.py:171
↓ 2 callersClassBiMultiHeadAttention
maskrcnn_benchmark/utils/fuse_helper.py:171
↓ 2 callersClassBiMultiHeadAttention
maskrcnn_benchmark/utils/fuse_helper_cat.py:171
↓ 2 callersClassBiMultiHeadAttention
maskrcnn_benchmark/utils/fuse_helper_sim.py:171
↓ 2 callersClassBiMultiHeadAttention
maskrcnn_benchmark/utils/fuse_helper_q_noparam.py:171
↓ 2 callersClassCOCOResults
maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py:467
↓ 2 callersClassCOCOResults
maskrcnn_benchmark/data/datasets/evaluation/od_to_grounding/od_eval.py:467
↓ 2 callersClassConvBNReLU
maskrcnn_benchmark/layers/deform_pool.py:353
↓ 2 callersClassConvertCocoPolysToMask
maskrcnn_benchmark/data/datasets/modulated_coco_new.py:450
↓ 2 callersClassCustomPooler
Return features in every fpn level.
maskrcnn_benchmark/modeling/poolers.py:132
↓ 2 callersClassEfficientNetD
modified by Zylo117
maskrcnn_benchmark/modeling/backbone/efficientdet.py:1048
↓ 2 callersClassFlickrEvaluator
maskrcnn_benchmark/data/datasets/evaluation/flickr/flickr_eval.py:393
↓ 2 callersClassGatedCrossAttentionBlock
For each target category, extract one roi feature on each scale, i.e., (batch, scales, latents, dim_v), latents always = k shot. "latents" de
maskrcnn_benchmark/modeling/language_backbone/modeling_bert_new.py:250
↓ 2 callersClassHFPTTokenizer
maskrcnn_benchmark/modeling/language_backbone/hfpt_tokenizer.py:7
↓ 2 callersClassHourglass
maskrcnn_benchmark/modeling/roi_heads/mask_head/hourglass.py:41
↓ 2 callersClassLvisEvaluatorFixedAP
maskrcnn_benchmark/data/datasets/evaluation/lvis/lvis_eval.py:766
↓ 2 callersClassMBConvBlock
Mobile Inverted Residual Bottleneck Block Args: block_args (namedtuple): BlockArgs, see above global_params (namedtuple
maskrcnn_benchmark/modeling/backbone/efficientdet.py:651
↓ 2 callersClassMLP
Very simple multi-layer perceptron (also called FFN)
groundingdino_new/models/GroundingDINO/utils.py:171
↓ 2 callersClassMask
This class is unfinished and not meant for use yet It is supposed to contain the mask for an object as a 2d tensor
maskrcnn_benchmark/structures/segmentation_mask.py:11
↓ 2 callersClassMaskedCrossAttention
maskrcnn_benchmark/modeling/language_backbone/modeling_bert_new.py:128
↓ 2 callersClassMlp
Multilayer perceptron.
maskrcnn_benchmark/modeling/backbone/swint_v2_vl.py:15
↓ 2 callersClassMlp
Multilayer perceptron.
maskrcnn_benchmark/modeling/backbone/swint_vl.py:14
↓ 2 callersClassModelEma
maskrcnn_benchmark/utils/ema.py:6
↓ 2 callersClassPersonKeypoints
maskrcnn_benchmark/structures/keypoint.py:90
↓ 2 callersClassPickleHandler
groundingdino_new/util/slio.py:56
↓ 2 callersClassPreSelectBlock
maskrcnn_benchmark/modeling/language_backbone/modeling_bert_new.py:377
↓ 2 callersClassQuickGELU
maskrcnn_benchmark/modeling/language_backbone/clip_model.py:34
↓ 2 callersClassROIAlignV2
maskrcnn_benchmark/layers/roi_align.py:71
↓ 2 callersClassSEBlock
maskrcnn_benchmark/layers/se.py:22
↓ 2 callersClassSmoothedValue
Track a series of values and provide access to smoothed values over a window or the global series average.
groundingdino_new/util/misc.py:33
↓ 2 callersClassTokenSigmoidFocalLoss
maskrcnn_benchmark/layers/sigmoid_focal_loss.py:174
↓ 2 callersClassTransformerEncoderLayer
groundingdino_new/models/GroundingDINO/transformer_vanilla.py:72
↓ 2 callersClassVGResults
maskrcnn_benchmark/data/datasets/evaluation/vg/vg_eval.py:130
↓ 2 callersClassWarmupMultiStepLR
maskrcnn_benchmark/solver/lr_scheduler.py:11
↓ 2 callersClassYamlHandler
groundingdino_new/util/slio.py:75
↓ 2 callersClassh_sigmoid
maskrcnn_benchmark/layers/dyrelu.py:29
↓ 2 callersClassswish
maskrcnn_benchmark/layers/dyrelu.py:15
↓ 1 callersClassATSSHead
maskrcnn_benchmark/modeling/rpn/atss.py:75
↓ 1 callersClassATSSLossComputation
maskrcnn_benchmark/modeling/rpn/loss.py:520
↓ 1 callersClassATSSPostProcessor
maskrcnn_benchmark/modeling/rpn/inference.py:592
↓ 1 callersClassAnchors
adapted and modified from https://github.com/google/automl/blob/master/efficientdet/anchors.py by Zylo117
maskrcnn_benchmark/modeling/backbone/efficientdet.py:1087
↓ 1 callersClassAttentionT2I
maskrcnn_benchmark/utils/fuse_helper.py:559
↓ 1 callersClassAverageMeter
Computes and stores the average and current value
groundingdino_new/util/time_counter.py:36
↓ 1 callersClassBBoxAugCollator
From a list of samples from the dataset, returns the images and targets. Images should be converted to batched images in `im_detect_bb
maskrcnn_benchmark/data/collate_batch.py:72
↓ 1 callersClassBackbone
ResNet backbone with frozen BatchNorm.
groundingdino_new/models/GroundingDINO/backbone/backbone.py:119
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
maskrcnn_benchmark/modeling/backbone/swint.py:287
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
maskrcnn_benchmark/modeling/backbone/swint_v2_vl.py:389
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
maskrcnn_benchmark/modeling/backbone/swint_vl.py:377
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
maskrcnn_benchmark/modeling/backbone/swint_v2.py:295
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of feature channels depth (int): Depths of this stage.
groundingdino_new/models/GroundingDINO/backbone/swin_transformer.py:343
next →1–100 of 463, ranked by callers