MCPcopy Create free account

hub / github.com/Gus-Guo/AugFPN / functions

Functions482 in github.com/Gus-Guo/AugFPN

Method_init_layers
(self)
mmdet/models/anchor_heads/retina_head.py:34
Method_init_layers
(self)
mmdet/models/anchor_heads/rpn_head.py:18
Method_inner_forward
(x)
mmdet/models/backbones/resnet.py:191
Method_sample_neg
(self, assign_result, num_expected, bboxes=None,
mmdet/core/bbox/samplers/ohem_sampler.py:54
Method_sample_neg
(self, **kwargs)
mmdet/core/bbox/samplers/pseudo_sampler.py:15
Method_sample_neg
(self, **kwargs)
mmdet/core/bbox/samplers/combined_sampler.py:15
Method_sample_neg
(self, assign_result, num_expected, **kwargs)
mmdet/core/bbox/samplers/iou_balanced_neg_sampler.py:22
Method_sample_neg
Randomly sample some negative samples.
mmdet/core/bbox/samplers/random_sampler.py:45
Method_sample_pos
(self, assign_result, num_expected, bboxes=None,
mmdet/core/bbox/samplers/ohem_sampler.py:38
Method_sample_pos
(self, **kwargs)
mmdet/core/bbox/samplers/pseudo_sampler.py:12
Method_sample_pos
(self, **kwargs)
mmdet/core/bbox/samplers/combined_sampler.py:12
Method_sample_pos
Randomly sample some positive samples.
mmdet/core/bbox/samplers/random_sampler.py:35
Method_sample_pos
(self, assign_result, num_expected, **kwargs)
mmdet/core/bbox/samplers/instance_balanced_pos_sampler.py:9
Methodafter_run
(self, runner)
mmdet/core/evaluation/eval_hooks.py:59
Methodafter_train_epoch
(self, runner)
mmdet/core/evaluation/eval_hooks.py:63
Methodafter_train_iter
(self, runner)
mmdet/core/utils/dist_utils.py:51
Functionanchor_target_single
(flat_anchors, valid_flags, gt_bboxes,
mmdet/core/anchor/anchor_target.py:94
Methodassign
Assign gt to bboxes. This method assign a gt bbox to every bbox (proposal/anchor), each bbox will be assigned with -1, 0, or a positi
mmdet/core/bbox/assigners/max_iou_assigner.py:47
Methodaug_test
Test with augmentations. If rescale is False, then returned bboxes and masks will fit the scale of imgs[0].
mmdet/models/detectors/two_stage.py:224
Methodaug_test
Test with augmentations. If rescale is False, then returned bboxes and masks will fit the scale of imgs[0].
mmdet/models/detectors/two_stage_old.py:179
Methodaug_test
(self, img, img_meta, proposals=None, rescale=False)
mmdet/models/detectors/cascade_rcnn.py:308
Methodaug_test
(self, imgs, img_metas, rescale=False)
mmdet/models/detectors/single_stage_old.py:69
Methodaug_test
(self, imgs, img_metas, rescale=False)
mmdet/models/detectors/single_stage.py:146
Methodbackward
(ctx, grad_output)
mmdet/ops/roi_align/functions/roi_align.py:39
Methodbackward
(ctx, grad_output)
mmdet/ops/dcn/functions/deform_pool.py:50
Methodbackward
(ctx, grad_output)
mmdet/ops/dcn/functions/deform_conv.py:55
Methodbackward
(ctx, grad_output)
mmdet/ops/dcn/functions/deform_conv.py:146
Functionbatch_processor
(model, data, train_mode)
mmdet/apis/train.py:36
Functionbbox_overlaps
Calculate overlap between two set of bboxes. If ``is_aligned`` is ``False``, then calculate the ious between each bbox of bboxes1 and bboxes2
mmdet/core/bbox/geometry.py:4
Functionbbox_target_single
(pos_bboxes, neg_bboxes, pos_gt_bboxes, p
mmdet/core/bbox/bbox_target.py:35
Methodbboxes
(self)
mmdet/core/bbox/samplers/sampling_result.py:23
Methodbefore_run
(self, runner)
mmdet/core/evaluation/eval_hooks.py:52
Functionbuild_backbone
(cfg)
mmdet/models/builder.py:34
Methodbuild_extensions
(self)
mmdet/ops/nms/setup.py:65
Functionbuild_head
(cfg)
mmdet/models/builder.py:46
Functionbuild_neck
(cfg)
mmdet/models/builder.py:38
Functionbuild_roi_extractor
(cfg)
mmdet/models/builder.py:42
Functioncoco_classes
()
mmdet/core/evaluation/class_names.py:63
Functiondeform_conv_backward_input_cuda
mmdet/ops/dcn/src/deform_conv_cuda.cpp:260
Functiondeform_conv_backward_parameters_cuda
mmdet/ops/dcn/src/deform_conv_cuda.cpp:373
Functiondeform_conv_forward_cuda
mmdet/ops/dcn/src/deform_conv_cuda.cpp:151
Functiondeform_psroi_pooling_cuda_backward
mmdet/ops/dcn/src/deform_pool_cuda.cpp:54
Functiondeform_psroi_pooling_cuda_forward
mmdet/ops/dcn/src/deform_pool_cuda.cpp:30
Methodevaluate
(self, runner, results)
mmdet/core/evaluation/eval_hooks.py:108
Methodevaluate
(self, runner, results)
mmdet/core/evaluation/eval_hooks.py:154
Methodevaluate
(self, runner, results)
mmdet/core/evaluation/eval_hooks.py:166
Functionfcos_binary_cross_entropy
(pred, label, )
mmdet/core/loss/losses.py:23
Methodfcos_target_single
(self, gt_bboxes, gt_labels, points, regress_ranges)
mmdet/models/anchor_heads/fcos_head.py:354
Methodforward
(self, features, rois)
mmdet/ops/roi_align/modules/roi_align.py:14
Methodforward
(ctx, features, rois, out_size, spatial_scale, sample_num=0)
mmdet/ops/roi_align/functions/roi_align.py:9
Methodforward
(self, features, rois)
mmdet/ops/roi_pool/modules/roi_pool.py:13
Methodforward
(ctx, features, rois, out_size, spatial_scale)
mmdet/ops/roi_pool/functions/roi_pool.py:10
Methodforward
(self, data, rois, offset)
mmdet/ops/dcn/modules/deform_pool.py:27
Methodforward
(self, data, rois)
mmdet/ops/dcn/modules/deform_pool.py:66
Methodforward
(self, data, rois)
mmdet/ops/dcn/modules/deform_pool.py:128
Methodforward
(self, input, offset)
mmdet/ops/dcn/modules/deform_conv.py:53
Methodforward
(self, input, offset, mask)
mmdet/ops/dcn/modules/deform_conv.py:100
Methodforward
(self, input)
mmdet/ops/dcn/modules/deform_conv.py:136
Methodforward
(ctx, data, rois, offset, spatial_scale,
mmdet/ops/dcn/functions/deform_pool.py:10
Methodforward
(ctx, input, offset, weight, stride=1,
mmdet/ops/dcn/functions/deform_conv.py:11
Methodforward
(ctx, input, offset, mask, weight,
mmdet/ops/dcn/functions/deform_conv.py:111
Methodforward
(self, inputs)
mmdet/models/necks/fpn.py:99
Methodforward
(self, inputs)
mmdet/models/necks/high_fpn.py:101
Methodforward
(self, inputs)
mmdet/models/necks/high_fpn_retinanet.py:109
Methodforward
(self, x)
mmdet/models/backbones/ssd_vgg.py:76
Methodforward
(self, x)
mmdet/models/backbones/ssd_vgg.py:128
Methodforward
(self, x)
mmdet/models/backbones/resnet.py:64
Methodforward
(self, x)
mmdet/models/backbones/resnet.py:189
Methodforward
(self, x)
mmdet/models/backbones/resnet.py:432
Methodforward
(self, x, activate=True, norm=True)
mmdet/models/utils/conv_module.py:77
Methodforward
(self, x)
mmdet/models/utils/scale.py:11
Methodforward
(self, img, img_meta, return_loss=True, **kwargs)
mmdet/models/detectors/base.py:78
Methodforward
(self, feats, rois)
mmdet/models/roi_extractors/all_level_auxiliary.py:51
Methodforward
(self, feats, rois)
mmdet/models/roi_extractors/soft_roi_selection.py:78
Methodforward
(self, feats, rois)
mmdet/models/roi_extractors/single_level.py:73
Methodforward
(self, x)
mmdet/models/mask_heads/fcn_mask_head.py:81
Methodforward
(self, x)
mmdet/models/bbox_heads/bbox_head.py:57
Methodforward
(self, x)
mmdet/models/bbox_heads/bbox_head_auxiliary.py:57
Methodforward
(self, x)
mmdet/models/bbox_heads/convfc_bbox_head_auxiliary.py:131
Methodforward
(self, x)
mmdet/models/bbox_heads/convfc_bbox_head.py:131
Methodforward
(self, feats)
mmdet/models/anchor_heads/ssd_head.py:100
Methodforward
(self, feats)
mmdet/models/anchor_heads/anchor_head.py:86
Methodforward
(self, feats)
mmdet/models/anchor_heads/fcos_head.py:114
Methodforward_single
(self, x)
mmdet/models/anchor_heads/retina_head.py:61
Methodforward_single
(self, x)
mmdet/models/anchor_heads/anchor_head.py:81
Methodforward_single
(self, x)
mmdet/models/anchor_heads/rpn_head.py:30
Methodforward_single
(self, x, scale)
mmdet/models/anchor_heads/fcos_head.py:117
Methodforward_test
(self, imgs, img_metas, proposals, **kwargs)
mmdet/models/detectors/fast_rcnn.py:29
Methodforward_train
(self, img, img_meta, gt_bboxes,
mmdet/models/detectors/two_stage.py:100
Methodforward_train
(self, img, img_meta, gt_bboxes,
mmdet/models/detectors/two_stage_old.py:80
Methodforward_train
(self, img, img_meta, gt_bboxes,
mmdet/models/detectors/cascade_rcnn.py:108
Methodforward_train
(self, img, img_metas, gt_bboxes,
mmdet/models/detectors/single_stage_old.py:45
Methodforward_train
(self, img, img_meta, gt_bboxes=None,
mmdet/models/detectors/rpn.py:41
Methodforward_train
(self, img, img_metas, gt_bboxes,
mmdet/models/detectors/single_stage.py:78
Methodget_ann_info
(self, idx)
mmdet/datasets/xml_style.py:32
Methodget_bboxes
(self, cls_scores, bbox_preds, img_metas, cfg, rescale=False)
mmdet/models/anchor_heads/anchor_head.py:217
Methodget_bboxes_auxiliary
(self, cls_scores, bbox_preds, img_metas, cfg, rescale=False)
mmdet/models/anchor_heads/retina_head.py:72
Methodget_bboxes_single
(self, cls_scores, bbox_preds, m
mmdet/models/anchor_heads/rpn_head.py:55
Methodget_det_bboxes
(self, rois, cls_score, bbox_pred,
mmdet/models/bbox_heads/bbox_head_auxiliary.py:104
Methodget_target
(self, sampling_results, gt_masks, rcnn_train_cfg)
mmdet/models/mask_heads/fcn_mask_head.py:91
← previousnext →301–400 of 482, ranked by callers