MCPcopy Create free account

hub / github.com/Gus-Guo/AugFPN / types & classes

Types & classes90 in github.com/Gus-Guo/AugFPN

↓ 14 callersClassConvModule
mmdet/models/utils/conv_module.py:9
↓ 5 callersClassRegistry
mmdet/models/registry.py:4
↓ 2 callersClassAnchorGenerator
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
mmdet/datasets/transforms.py:8
↓ 2 callersClassRoIAlign
mmdet/ops/roi_align/modules/roi_align.py:5
↓ 2 callersClassSamplingResult
mmdet/core/bbox/samplers/sampling_result.py:4
↓ 1 callersClassAssignResult
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`
mmdet/datasets/transforms.py:64
↓ 1 callersClassCocoDistEvalRecallHook
mmdet/core/evaluation/eval_hooks.py:144
↓ 1 callersClassCocoDistEvalmAPHook
mmdet/core/evaluation/eval_hooks.py:164
↓ 1 callersClassConcatDataset
A wrapper of concatenated dataset. Same as :obj:`torch.utils.data.dataset.ConcatDataset`, but concat the group flag for image aspect ratio.
mmdet/datasets/concat_dataset.py:5
↓ 1 callersClassDistEvalmAPHook
mmdet/core/evaluation/eval_hooks.py:106
↓ 1 callersClassDistOptimizerHook
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
mmdet/datasets/loader/sampler.py:51
↓ 1 callersClassExpand
mmdet/datasets/extra_aug.py:67
↓ 1 callersClassExtraAugmentation
mmdet/datasets/extra_aug.py:146
↓ 1 callersClassGroupSampler
mmdet/datasets/loader/sampler.py:11
↓ 1 callersClassL2Norm
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)
mmdet/datasets/transforms.py:90
↓ 1 callersClassNumpy2Tensor
mmdet/datasets/transforms.py:112
↓ 1 callersClassPhotoMetricDistortion
mmdet/datasets/extra_aug.py:8
↓ 1 callersClassPseudoSampler
mmdet/core/bbox/samplers/pseudo_sampler.py:7
↓ 1 callersClassRandomCrop
mmdet/datasets/extra_aug.py:92
↓ 1 callersClassRepeatDataset
mmdet/datasets/repeat_dataset.py:4
↓ 1 callersClassRoIPool
mmdet/ops/roi_pool/modules/roi_pool.py:5
↓ 1 callersClassScale
mmdet/models/utils/scale.py:5
ClassAnchorHead
Anchor-based head (RPN, RetinaNet, SSD, etc.). Args: in_channels (int): Number of channels in the input feature map. feat_channel
mmdet/models/anchor_heads/anchor_head.py:16
ClassAuxAllLevelRoIExtractor
Extract RoI features from all level feature map and concat them for consistent supervison. Args: roi_layer (dict): Specify RoI layer type
mmdet/models/roi_extractors/all_level_auxiliary.py:11
ClassAuxiliaryBBoxHead
Simplest RoI head, with only two fc layers for classification and regression respectively
mmdet/models/bbox_heads/bbox_head_auxiliary.py:11
ClassAuxiliaryConvFCBBoxHead
More general bbox head, with shared conv and fc layers and two optional separated branches. /-> cls convs -> cls
mmdet/models/bbox_heads/convfc_bbox_head_auxiliary.py:9
ClassAuxiliarySharedFCBBoxHead
mmdet/models/bbox_heads/convfc_bbox_head_auxiliary.py:171
ClassBBoxHead
Simplest RoI head, with only two fc layers for classification and regression respectively
mmdet/models/bbox_heads/bbox_head.py:11
ClassBBoxTestMixin
mmdet/models/detectors/test_mixins.py:28
ClassBaseAssigner
mmdet/core/bbox/assigners/base_assigner.py:4
ClassBaseDetector
Base class for detectors
mmdet/models/detectors/base.py:12
ClassBaseSampler
mmdet/core/bbox/samplers/base_sampler.py:8
ClassBasicBlock
mmdet/models/backbones/resnet.py:26
ClassBottleneck
mmdet/models/backbones/resnext.py:12
ClassBottleneck
mmdet/models/backbones/resnet.py:83
ClassCascadeRCNN
mmdet/models/detectors/cascade_rcnn.py:15
ClassCocoDataset
mmdet/datasets/coco.py:7
ClassCombinedSampler
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
mmdet/models/bbox_heads/convfc_bbox_head.py:9
ClassCustomDataset
Custom dataset for detection. Annotation format: [ { 'filename': 'a.jpg', 'width': 1280, 'height'
mmdet/datasets/custom.py:14
ClassDeformConv
mmdet/ops/dcn/modules/deform_conv.py:10
ClassDeformConvFunction
mmdet/ops/dcn/functions/deform_conv.py:8
ClassDeformRoIPooling
mmdet/ops/dcn/modules/deform_pool.py:6
ClassDeformRoIPoolingFunction
mmdet/ops/dcn/functions/deform_pool.py:7
ClassDeformRoIPoolingPack
mmdet/ops/dcn/modules/deform_pool.py:36
ClassDistEvalHook
mmdet/core/evaluation/eval_hooks.py:19
ClassFCNMaskHead
mmdet/models/mask_heads/fcn_mask_head.py:13
ClassFCOS
mmdet/models/detectors/fcos.py:7
ClassFCOSHead
mmdet/models/anchor_heads/fcos_head.py:14
ClassFPN
mmdet/models/necks/fpn.py:10
ClassFastRCNN
mmdet/models/detectors/fast_rcnn.py:6
ClassFasterRCNN
mmdet/models/detectors/faster_rcnn.py:6
ClassHighFPN
mmdet/models/necks/high_fpn.py:10
ClassHighFPNRetinanet
mmdet/models/necks/high_fpn_retinanet.py:10
ClassInstanceBalancedPosSampler
mmdet/core/bbox/samplers/instance_balanced_pos_sampler.py:7
ClassIoUBalancedNegSampler
mmdet/core/bbox/samplers/iou_balanced_neg_sampler.py:7
ClassMaskRCNN
mmdet/models/detectors/mask_rcnn.py:6
ClassMaskTestMixin
mmdet/models/detectors/test_mixins.py:88
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
mmdet/core/bbox/assigners/max_iou_assigner.py:8
ClassModulatedDeformConv
mmdet/ops/dcn/modules/deform_conv.py:59
ClassModulatedDeformConvFunction
mmdet/ops/dcn/functions/deform_conv.py:108
ClassModulatedDeformConvPack
mmdet/ops/dcn/modules/deform_conv.py:106
ClassModulatedDeformRoIPoolingPack
mmdet/ops/dcn/modules/deform_pool.py:89
ClassOHEMSampler
mmdet/core/bbox/samplers/ohem_sampler.py:7
ClassRPN
mmdet/models/detectors/rpn.py:11
ClassRPNHead
mmdet/models/anchor_heads/rpn_head.py:13
ClassRPNTestMixin
mmdet/models/detectors/test_mixins.py:5
ClassRandomSampler
mmdet/core/bbox/samplers/random_sampler.py:7
ClassResNeXt
ResNeXt backbone. Args: depth (int): Depth of resnet, from {18, 34, 50, 101, 152}. num_stages (int): Resnet stages, normally 4.
mmdet/models/backbones/resnext.py:144
ClassResNet
ResNet backbone. Args: depth (int): Depth of resnet, from {18, 34, 50, 101, 152}. num_stages (int): Resnet stages, normally 4.
mmdet/models/backbones/resnet.py:282
ClassRetinaHead
mmdet/models/anchor_heads/retina_head.py:11
ClassRetinaNet
mmdet/models/detectors/retinanet.py:6
ClassRoIAlignFunction
mmdet/ops/roi_align/functions/roi_align.py:6
ClassRoIPoolFunction
mmdet/ops/roi_pool/functions/roi_pool.py:7
ClassSSDHead
mmdet/models/anchor_heads/ssd_head.py:14
ClassSSDVGG
mmdet/models/backbones/ssd_vgg.py:13
ClassSharedFCBBoxHead
mmdet/models/bbox_heads/convfc_bbox_head.py:171
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
mmdet/models/roi_extractors/single_level.py:11
ClassSingleStageDetector
mmdet/models/detectors/single_stage_old.py:10
ClassSingleStageDetector
mmdet/models/detectors/single_stage.py:10
ClassSoftRoIExtractor
Extract RoI features from all level feature map. If there are mulitple input feature levels, each RoI is mapped to a level according to it
mmdet/models/roi_extractors/soft_roi_selection.py:12
ClassTwoStageDetector
mmdet/models/detectors/two_stage.py:12
ClassTwoStageDetector
mmdet/models/detectors/two_stage_old.py:12
ClassVOCDataset
mmdet/datasets/voc.py:4
ClassXMLDataset
mmdet/datasets/xml_style.py:10
Classcustom_build_ext
mmdet/ops/nms/setup.py:63