MCPcopy Create free account

hub / github.com/amirassov/kaggle-imaterialist / types & classes

Types & classes90 in github.com/amirassov/kaggle-imaterialist

↓ 13 callersClassConvModule
Conv-Norm-Activation block. Args: in_channels (int): Same as nn.Conv2d. out_channels (int): Same as nn.Conv2d. kernel_siz
mmdetection/mmdet/models/utils/conv_module.py:44
↓ 6 callersClassRegistry
mmdetection/mmdet/models/registry.py:4
↓ 2 callersClassAnchorGenerator
mmdetection/mmdet/core/anchor/anchor_generator.py:4
↓ 2 callersClassImageTransform
Preprocess an image. 1. rescale the image to expected size 2. normalize the image 3. flip the image (if needed) 4. pad the image (if
mmdetection/mmdet/datasets/transforms.py:16
↓ 2 callersClassRoIAlign
mmdetection/mmdet/ops/roi_align/modules/roi_align.py:5
↓ 2 callersClassSamplingResult
mmdetection/mmdet/core/bbox/samplers/sampling_result.py:4
↓ 1 callersClassAssignResult
mmdetection/mmdet/core/bbox/assigners/assign_result.py:4
↓ 1 callersClassBboxTransform
Preprocess gt bboxes. 1. rescale bboxes according to image size 2. flip bboxes (if needed) 3. pad the first dimension to `max_num_gts`
mmdetection/mmdet/datasets/transforms.py:72
↓ 1 callersClassCocoDistEvalRecallHook
mmdetection/mmdet/core/evaluation/eval_hooks.py:118
↓ 1 callersClassCocoDistEvalmAPHook
mmdetection/mmdet/core/evaluation/eval_hooks.py:138
↓ 1 callersClassConcatDataset
A wrapper of concatenated dataset. Same as :obj:`torch.utils.data.dataset.ConcatDataset`, but concat the group flag for image aspect ratio.
mmdetection/mmdet/datasets/concat_dataset.py:5
↓ 1 callersClassDistEvalmAPHook
mmdetection/mmdet/core/evaluation/eval_hooks.py:77
↓ 1 callersClassDistOptimizerHook
mmdetection/mmdet/core/utils/dist_utils.py:44
↓ 1 callersClassDistributedGroupSampler
Sampler that restricts data loading to a subset of the dataset. It is especially useful in conjunction with :class:`torch.nn.parallel.Distribu
mmdetection/mmdet/datasets/loader/sampler.py:78
↓ 1 callersClassDistributedSampler
mmdetection/mmdet/datasets/loader/sampler.py:12
↓ 1 callersClassEnsembleHTC
mmdetection/mmdet/models/detectors/ensemble_htc.py:7
↓ 1 callersClassExtraAugmentation
mmdetection/mmdet/datasets/extra_aug.py:8
↓ 1 callersClassGroupSampler
mmdetection/mmdet/datasets/loader/sampler.py:38
↓ 1 callersClassL2Norm
mmdetection/mmdet/models/backbones/ssd_vgg.py:119
↓ 1 callersClassMaskTransform
Preprocess masks. 1. resize masks to expected size and stack to a single array 2. flip the masks (if needed) 3. pad the masks (if needed)
mmdetection/mmdet/datasets/transforms.py:98
↓ 1 callersClassNumpy2Tensor
mmdetection/mmdet/datasets/transforms.py:143
↓ 1 callersClassPseudoSampler
mmdetection/mmdet/core/bbox/samplers/pseudo_sampler.py:7
↓ 1 callersClassRepeatDataset
mmdetection/mmdet/datasets/repeat_dataset.py:4
↓ 1 callersClassRoIPool
mmdetection/mmdet/ops/roi_pool/modules/roi_pool.py:5
↓ 1 callersClassScale
mmdetection/mmdet/models/utils/scale.py:5
↓ 1 callersClassSegMapTransform
Preprocess semantic segmentation maps. 1. rescale the segmentation map to expected size 3. flip the image (if needed) 4. pad the image (i
mmdetection/mmdet/datasets/transforms.py:120
ClassAnchorHead
Anchor-based head (RPN, RetinaNet, SSD, etc.). Args: in_channels (int): Number of channels in the input feature map. feat_channel
mmdetection/mmdet/models/anchor_heads/anchor_head.py:16
ClassBBoxHead
Simplest RoI head, with only two fc layers for classification and regression respectively
mmdetection/mmdet/models/bbox_heads/bbox_head.py:11
ClassBBoxTestMixin
mmdetection/mmdet/models/detectors/test_mixins.py:28
ClassBaseAssigner
mmdetection/mmdet/core/bbox/assigners/base_assigner.py:4
ClassBaseDetector
Base class for detectors
mmdetection/mmdet/models/detectors/base.py:12
ClassBaseSampler
mmdetection/mmdet/core/bbox/samplers/base_sampler.py:8
ClassBasicBlock
mmdetection/mmdet/models/backbones/resnet.py:15
ClassBottleneck
mmdetection/mmdet/models/backbones/resnext.py:12
ClassBottleneck
mmdetection/mmdet/models/backbones/resnet.py:87
ClassCascadeRCNN
mmdetection/mmdet/models/detectors/cascade_rcnn.py:15
ClassCocoDataset
mmdetection/mmdet/datasets/coco.py:7
ClassCombinedSampler
mmdetection/mmdet/core/bbox/samplers/combined_sampler.py:5
ClassConvFCBBoxHead
More general bbox head, with shared conv and fc layers and two optional separated branches. /-> cls convs -> cls
mmdetection/mmdet/models/bbox_heads/convfc_bbox_head.py:9
ClassConvWS2d
mmdetection/mmdet/models/utils/conv_ws.py:21
ClassCustomDataset
Custom dataset for detection. Annotation format: [ { 'filename': 'a.jpg', 'width': 1280, 'height'
mmdetection/mmdet/datasets/custom.py:15
ClassDeformConv
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:10
ClassDeformConvFunction
mmdetection/mmdet/ops/dcn/functions/deform_conv.py:8
ClassDeformConvPack
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:59
ClassDeformRoIPooling
mmdetection/mmdet/ops/dcn/modules/deform_pool.py:6
ClassDeformRoIPoolingFunction
mmdetection/mmdet/ops/dcn/functions/deform_pool.py:7
ClassDeformRoIPoolingPack
mmdetection/mmdet/ops/dcn/modules/deform_pool.py:36
ClassDistEvalHook
mmdetection/mmdet/core/evaluation/eval_hooks.py:18
ClassFCNMaskHead
mmdetection/mmdet/models/mask_heads/fcn_mask_head.py:13
ClassFCOS
mmdetection/mmdet/models/detectors/fcos.py:6
ClassFCOSHead
mmdetection/mmdet/models/anchor_heads/fcos_head.py:15
ClassFPN
mmdetection/mmdet/models/necks/fpn.py:10
ClassFastRCNN
mmdetection/mmdet/models/detectors/fast_rcnn.py:6
ClassFasterRCNN
mmdetection/mmdet/models/detectors/faster_rcnn.py:6
ClassFusedSemanticHead
Multi-level fused semantic segmentation head. in_1 -> 1x1 conv --- | in_2 -> 1x1 conv -- | ||
mmdetection/mmdet/models/mask_heads/fused_semantic_head.py:10
ClassHTCMaskHead
mmdetection/mmdet/models/mask_heads/htc_mask_head.py:7
ClassHybridTaskCascade
mmdetection/mmdet/models/detectors/htc.py:14
ClassInstanceBalancedPosSampler
mmdetection/mmdet/core/bbox/samplers/instance_balanced_pos_sampler.py:7
ClassIoUBalancedNegSampler
mmdetection/mmdet/core/bbox/samplers/iou_balanced_neg_sampler.py:7
ClassMaskRCNN
mmdetection/mmdet/models/detectors/mask_rcnn.py:6
ClassMaskTestMixin
mmdetection/mmdet/models/detectors/test_mixins.py:92
ClassMaxIoUAssigner
Assign a corresponding gt bbox or background to each bbox. Each proposals will be assigned with `-1`, `0`, or a positive integer indicating t
mmdetection/mmdet/core/bbox/assigners/max_iou_assigner.py:8
ClassModulatedDeformConv
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:84
ClassModulatedDeformConvFunction
mmdetection/mmdet/ops/dcn/functions/deform_conv.py:108
ClassModulatedDeformConvPack
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:131
ClassModulatedDeformRoIPoolingPack
mmdetection/mmdet/ops/dcn/modules/deform_pool.py:95
ClassOHEMSampler
mmdetection/mmdet/core/bbox/samplers/ohem_sampler.py:7
ClassRPN
mmdetection/mmdet/models/detectors/rpn.py:11
ClassRPNHead
mmdetection/mmdet/models/anchor_heads/rpn_head.py:13
ClassRPNTestMixin
mmdetection/mmdet/models/detectors/test_mixins.py:5
ClassRandomCropNearBBox
Crop bbox from image with random shift by x,y coordinates Args: max_part_shift (float): float value in (0.0, 1.0) range. Default 0.3
mmdetection/mmdet/datasets/transforms.py:155
ClassRandomSampler
mmdetection/mmdet/core/bbox/samplers/random_sampler.py:7
ClassResLayer
mmdetection/mmdet/models/shared_heads/res_layer.py:12
ClassResNeXt
ResNeXt backbone. Args: depth (int): Depth of resnet, from {18, 34, 50, 101, 152}. num_stages (int): Resnet stages, normally 4.
mmdetection/mmdet/models/backbones/resnext.py:155
ClassResNet
ResNet backbone. Args: depth (int): Depth of resnet, from {18, 34, 50, 101, 152}. num_stages (int): Resnet stages, normally 4.
mmdetection/mmdet/models/backbones/resnet.py:299
ClassRetinaHead
mmdetection/mmdet/models/anchor_heads/retina_head.py:11
ClassRetinaNet
mmdetection/mmdet/models/detectors/retinanet.py:6
ClassRoIAlignFunction
mmdetection/mmdet/ops/roi_align/functions/roi_align.py:6
ClassRoIPoolFunction
mmdetection/mmdet/ops/roi_pool/functions/roi_pool.py:7
ClassSSDHead
mmdetection/mmdet/models/anchor_heads/ssd_head.py:14
ClassSSDVGG
mmdetection/mmdet/models/backbones/ssd_vgg.py:13
ClassSharedFCBBoxHead
mmdetection/mmdet/models/bbox_heads/convfc_bbox_head.py:172
ClassSigmoidFocalLoss
mmdetection/mmdet/ops/sigmoid_focal_loss/modules/sigmoid_focal_loss.py:6
ClassSigmoidFocalLossFunction
mmdetection/mmdet/ops/sigmoid_focal_loss/functions/sigmoid_focal_loss.py:8
ClassSingleRoIExtractor
Extract RoI features from a single level feature map. If there are mulitple input feature levels, each RoI is mapped to a level according to
mmdetection/mmdet/models/roi_extractors/single_level.py:11
ClassSingleStageDetector
mmdetection/mmdet/models/detectors/single_stage.py:10
ClassTwoStageDetector
mmdetection/mmdet/models/detectors/two_stage.py:12
ClassVOCDataset
mmdetection/mmdet/datasets/voc.py:4
ClassXMLDataset
mmdetection/mmdet/datasets/xml_style.py:10
Classcustom_build_ext
mmdetection/mmdet/ops/nms/setup.py:60