MCPcopy Create free account

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

Functions482 in github.com/Gus-Guo/AugFPN

Methodget_target
(self, sampling_results, gt_bboxes, gt_labels, rcnn_train_cfg)
mmdet/models/bbox_heads/bbox_head_auxiliary.py:65
Functionimagenet_det_classes
()
mmdet/core/evaluation/class_names.py:12
Functionimagenet_vid_classes
()
mmdet/core/evaluation/class_names.py:53
Functioninference_detector
(model, imgs, cfg, device='cuda:0')
mmdet/apis/inference.py:42
Methodinit_weights
(self)
mmdet/models/necks/fpn.py:94
Methodinit_weights
(self)
mmdet/models/necks/high_fpn.py:94
Methodinit_weights
(self)
mmdet/models/necks/high_fpn_retinanet.py:102
Methodinit_weights
(self, pretrained=None)
mmdet/models/backbones/ssd_vgg.py:55
Methodinit_weights
(self, pretrained=None)
mmdet/models/backbones/resnet.py:406
Methodinit_weights
(self, pretrained=None)
mmdet/models/detectors/base.py:53
Methodinit_weights
(self)
mmdet/models/roi_extractors/all_level_auxiliary.py:37
Methodinit_weights
(self)
mmdet/models/roi_extractors/soft_roi_selection.py:42
Methodinit_weights
(self)
mmdet/models/roi_extractors/single_level.py:40
Methodinit_weights
(self)
mmdet/models/mask_heads/fcn_mask_head.py:73
Methodinit_weights
(self)
mmdet/models/bbox_heads/bbox_head.py:49
Methodinit_weights
(self)
mmdet/models/bbox_heads/bbox_head_auxiliary.py:49
Methodinit_weights
(self)
mmdet/models/bbox_heads/convfc_bbox_head_auxiliary.py:123
Methodinit_weights
(self)
mmdet/models/bbox_heads/convfc_bbox_head.py:123
Methodinit_weights
(self)
mmdet/models/anchor_heads/retina_head.py:52
Methodinit_weights
(self)
mmdet/models/anchor_heads/ssd_head.py:95
Methodinit_weights
(self)
mmdet/models/anchor_heads/anchor_head.py:77
Methodinit_weights
(self)
mmdet/models/anchor_heads/rpn_head.py:25
Methodinit_weights
(self)
mmdet/models/anchor_heads/fcos_head.py:104
Methodload_annotations
(self, ann_file)
mmdet/datasets/xml_style.py:16
Methodload_annotations
(self, ann_file)
mmdet/datasets/coco.py:24
Methodloss
(self, mask_pred, mask_targets, labels)
mmdet/models/mask_heads/fcn_mask_head.py:100
Methodloss
(self, cls_score, bbox_pred, labels, label_weights,
mmdet/models/bbox_heads/bbox_head_auxiliary.py:83
Methodloss
(self, cls_scores, bbox_preds, gt_bboxes, gt_labels,
mmdet/models/anchor_heads/ssd_head.py:133
Methodloss
(self, cls_scores, bbox_preds, gt_bboxes, gt_labels,
mmdet/models/anchor_heads/anchor_head.py:172
Methodloss
(self, cls_scores, bbox_preds, gt_bboxes, img_metas,
mmdet/models/anchor_heads/rpn_head.py:37
Methodloss
(self, cls_scores, bbox_preds, centernesses, gt_bboxes,
mmdet/models/anchor_heads/fcos_head.py:132
Methodloss_single
(self, cls_score, bbox_pred, labels, label_weights, bbox_targets, bbox_weights, num_total_
mmdet/models/anchor_heads/ssd_head.py:109
Methodloss_single
(self, cls_score, bbox_pred, labels, label_weights, bbox_targets, bbox_weights, num_total_
mmdet/models/anchor_heads/anchor_head.py:128
Methodmap_roi_levels
Map rois to corresponding feature levels by scales. - scale < finest_scale: level 0 - finest_scale <= scale < finest_scale * 2: le
mmdet/models/roi_extractors/soft_roi_selection.py:47
Functionmask_target_single
(pos_proposals, pos_assigned_gt_inds, gt_masks, cfg)
mmdet/core/mask/mask_target.py:15
Functionmerge_aug_scores
Merge augmented bbox scores.
mmdet/core/post_processing/merge_augs.py:68
Functionmodulated_deform_conv_cuda_backward
mmdet/ops/dcn/src/deform_conv_cuda.cpp:566
Functionmodulated_deform_conv_cuda_forward
mmdet/ops/dcn/src/deform_conv_cuda.cpp:486
Methodmodule_dict
(self)
mmdet/models/registry.py:15
Methodname
(self)
mmdet/models/registry.py:11
Methodnum_base_anchors
(self)
mmdet/core/anchor/anchor_generator.py:15
Methodnum_inputs
int: Input feature map levels.
mmdet/models/roi_extractors/all_level_auxiliary.py:33
Methodnum_inputs
int: Input feature map levels.
mmdet/models/roi_extractors/soft_roi_selection.py:38
Methodnum_inputs
int: Input feature map levels.
mmdet/models/roi_extractors/single_level.py:36
Functionparse_xml
(args)
tools/convert_datasets/pascal_voc.py:13
Functionplot_iou_recall
Plot IoU-Recalls curve. Args: recalls(ndarray or list): shape (k,) iou_thrs(ndarray or list): same shape as `recalls`
mmdet/core/evaluation/recall.py:163
Functionplot_num_recall
Plot Proposal_num-Recalls curve. Args: recalls(ndarray or list): shape (k,) proposal_nums(ndarray or list): same shape as `recall
mmdet/core/evaluation/recall.py:138
Methodprepare_single
(img, scale, flip, proposal=None)
mmdet/datasets/custom.py:258
Methodrefine_bboxes
Refine bboxes during training. Args: rois (Tensor): Shape (n*bs, 5), where n is image number per GPU, and bs is t
mmdet/models/bbox_heads/bbox_head_auxiliary.py:134
Methodregister_module
(self, cls)
mmdet/models/registry.py:34
Functionroi2bbox
(rois)
mmdet/core/bbox/transforms.py:128
Functionroi_align_backward_cuda
mmdet/ops/roi_align/src/roi_align_cuda.cpp:55
Functionroi_align_forward_cuda
mmdet/ops/roi_align/src/roi_align_cuda.cpp:27
Functionroi_pooling_backward_cuda
mmdet/ops/roi_pool/src/roi_pool_cuda.cpp:54
Functionroi_pooling_forward_cuda
mmdet/ops/roi_pool/src/roi_pool_cuda.cpp:26
Methodset_epoch
(self, epoch)
mmdet/datasets/loader/sampler.py:131
Functionshow_ann
(coco, img, ann_info)
mmdet/datasets/utils.py:70
Functionshow_result
(img, result, dataset='coco', score_thr=0.3, out_file=None)
mmdet/apis/inference.py:54
Methodshow_result
(self, data, result, img_norm_cfg,
mmdet/models/detectors/base.py:84
Methodshow_result
(self, data, result, img_norm_cfg, **kwargs)
mmdet/models/detectors/cascade_rcnn.py:311
Methodsimple_test
Test without augmentation.
mmdet/models/detectors/two_stage.py:201
Methodsimple_test
Test without augmentation.
mmdet/models/detectors/two_stage_old.py:158
Methodsimple_test
(self, img, img_meta, proposals=None, rescale=False)
mmdet/models/detectors/cascade_rcnn.py:191
Methodsimple_test
(self, img, img_meta, rescale=False)
mmdet/models/detectors/single_stage_old.py:58
Methodsimple_test
(self, img, img_meta, rescale=False)
mmdet/models/detectors/single_stage.py:132
Functionsoft_nms
(dets, iou_thr, method='linear', sigma=0.5, min_score=1e-3)
mmdet/ops/nms/nms_wrapper.py:37
Functionsplit_combined_polys
Split the combined 1-D polys into masks. A mask is represented as a list of polys, and a poly is represented as a 1-D array. In dataset, all
mmdet/core/mask/utils.py:4
Functiontpfp_default
Check if detected bboxes are true positive or false positive. Args: det_bbox (ndarray): the detected bbox gt_bboxes (ndarray): gr
mmdet/core/evaluation/mean_ap.py:137
Functiontpfp_imagenet
Check if detected bboxes are true positive or false positive. Args: det_bbox (ndarray): the detected bbox gt_bboxes (ndarray): gr
mmdet/core/evaluation/mean_ap.py:56
Methodtrain
(self, mode=True)
mmdet/models/backbones/resnet.py:448
Functionuniform_init
(module, a=0, b=1, bias=0)
mmdet/models/utils/weight_init.py:21
Functionunmap
Unmap a subset of item (data) back to the original set of items (of size count)
mmdet/core/utils/misc.py:27
Functionweighted_binary_cross_entropy
(pred, label, weight, avg_factor=None)
mmdet/core/loss/losses.py:28
Functionweighted_iou_loss
(pred, target, weight, style='naive',
mmdet/core/loss/losses.py:95
Functionweighted_nll_loss
(pred, label, weight, avg_factor=None)
mmdet/core/loss/losses.py:6
Functionweighted_sigmoid_focal_loss
(pred, target, weight,
mmdet/core/loss/losses.py:58
Methodwith_bbox
(self)
mmdet/models/detectors/base.py:25
Methodwith_mask
(self)
mmdet/models/detectors/base.py:29
Methodwith_neck
(self)
mmdet/models/detectors/base.py:21
Methodwith_rpn
(self)
mmdet/models/detectors/two_stage.py:68
Methodwith_rpn
(self)
mmdet/models/detectors/two_stage_old.py:53
Methodwith_rpn
(self)
mmdet/models/detectors/cascade_rcnn.py:80
← previous401–482 of 482, ranked by callers