MCPcopy Create free account

hub / github.com/WXinlong/SOLO / functions

Functions1,004 in github.com/WXinlong/SOLO

↓ 1 callersMethod_make_branches
(self, num_branches, block, num_blocks, num_channels)
mmdet/models/backbones/hrnet.py:104
↓ 1 callersMethod_make_extra_layers
(self, outplanes)
mmdet/models/backbones/ssd_vgg.py:112
↓ 1 callersMethod_make_fuse_layers
(self)
mmdet/models/backbones/hrnet.py:113
↓ 1 callersMethod_make_layer
(self, block, inplanes, planes, blocks, stride=1)
mmdet/models/backbones/hrnet.py:398
↓ 1 callersMethod_make_one_branch
(self, branch_index, block, num_blo
mmdet/models/backbones/hrnet.py:60
↓ 1 callersMethod_make_stem_layer
(self, in_channels)
mmdet/models/backbones/resnet.py:443
↓ 1 callersMethod_mask_forward_train
(self, stage, x, sampling_
mmdet/models/detectors/htc.py:73
↓ 1 callersFunction_minimal_ext_cmd
(cmd)
setup.py:37
↓ 1 callersFunction_non_dist_train
(model, dataset, cfg, validate=False,
mmdet/apis/train.py:253
↓ 1 callersMethod_output_size
(input, weight, padding, dilation, stride)
mmdet/ops/dcn/deform_conv.py:98
↓ 1 callersMethod_pad_img
(self, results)
mmdet/datasets/pipelines/transforms.py:285
↓ 1 callersMethod_pad_masks
(self, results)
mmdet/datasets/pipelines/transforms.py:296
↓ 1 callersMethod_pad_seg
(self, results)
mmdet/datasets/pipelines/transforms.py:308
↓ 1 callersMethod_parse_ann_info
Parse bbox and mask annotation. Args: ann_info (list[dict]): Annotation info of an image. with_mask (bool): Whether t
mmdet/datasets/coco.py:58
↓ 1 callersMethod_parse_anns
(self, results, anns, img)
mmdet/datasets/pipelines/instaboost.py:56
↓ 1 callersMethod_poly2mask
(self, mask_ann, img_h, img_w)
mmdet/datasets/pipelines/loading.py:67
↓ 1 callersMethod_rand_another
(self, idx)
mmdet/datasets/custom.py:123
↓ 1 callersMethod_random_jitter
Ramdom jitter positive proposals for training.
mmdet/models/detectors/grid_rcnn.py:58
↓ 1 callersMethod_random_scale
(self, results)
mmdet/datasets/pipelines/transforms.py:104
↓ 1 callersFunction_recalls
(all_ious, proposal_nums, thrs)
mmdet/core/evaluation/recall.py:7
↓ 1 callersMethod_register_module
Register a module. Args: module (:obj:`nn.Module`): Module to be registered.
mmdet/utils/registry.py:29
↓ 1 callersMethod_resize_bboxes
(self, results)
mmdet/datasets/pipelines/transforms.py:135
↓ 1 callersMethod_resize_img
(self, results)
mmdet/datasets/pipelines/transforms.py:120
↓ 1 callersMethod_resize_masks
(self, results)
mmdet/datasets/pipelines/transforms.py:143
↓ 1 callersMethod_resize_seg
(self, results)
mmdet/datasets/pipelines/transforms.py:161
↓ 1 callersMethod_sample_neg
(self, assign_result, num_expected, **kwargs)
mmdet/core/bbox/samplers/base_sampler.py:28
↓ 1 callersMethod_sample_pos
(self, assign_result, num_expected, **kwargs)
mmdet/core/bbox/samplers/base_sampler.py:24
↓ 1 callersMethod_set_group_flag
Set flag according to image aspect ratio. Images with aspect ratio greater than 1 will be set as group 1, otherwise group 0.
mmdet/datasets/custom.py:111
↓ 1 callersFunctionadd_batch_counter_hook_function
(module)
mmdet/utils/flops_counter.py:401
↓ 1 callersFunctionadd_batch_counter_variables_or_reset
(module)
mmdet/utils/flops_counter.py:397
↓ 1 callersFunctionadd_flops_counting_methods
(net_main_module)
mmdet/utils/flops_counter.py:157
↓ 1 callersMethodadd_gt_
(self, gt_labels)
mmdet/core/bbox/assigners/assign_result.py:183
↓ 1 callersFunctionadd_plot_parser
(subparsers)
tools/analyze_logs.py:94
↓ 1 callersFunctionadd_time_parser
(subparsers)
tools/analyze_logs.py:122
↓ 1 callersMethodaforward_test
(self, *, img, img_meta, **kwargs)
mmdet/models/detectors/base.py:82
↓ 1 callersFunctionanalyze_results
(res_file, ann_file, res_types, out_dir)
tools/coco_error_analysis.py:104
↓ 1 callersMethodapredict
(self, img)
tests/test_async.py:53
↓ 1 callersMethodasync_simple_test
(self, img, img_meta, **kwargs)
mmdet/models/detectors/base.py:67
↓ 1 callersMethodasync_test_bboxes
Async test only det bboxes without augmentation.
mmdet/models/detectors/test_mixins.py:64
↓ 1 callersMethodasync_test_mask
(self, x, img_meta,
mmdet/models/detectors/test_mixins.py:164
↓ 1 callersMethodasync_test_rpn
(self, x, img_meta, rpn_test_cfg)
mmdet/models/detectors/test_mixins.py:19
↓ 1 callersMethodatss_target
almost the same with anchor_target, with a little modification, here we need return the anchor
mmdet/models/anchor_heads/atss_head.py:349
↓ 1 callersMethodaug_test
(self, imgs, img_metas, **kwargs)
mmdet/models/detectors/base.py:75
↓ 1 callersMethodaug_test
(self, imgs, img_metas, rescale=False)
mmdet/models/detectors/rpn.py:71
↓ 1 callersMethodaug_test_bboxes
(self, feats, img_metas, proposal_list, rcnn_test_cfg)
mmdet/models/detectors/test_mixins.py:122
↓ 1 callersMethodaug_test_mask
(self, feats, img_metas, det_bboxes, det_labels)
mmdet/models/detectors/test_mixins.py:234
↓ 1 callersFunctionaverage_precision
Calculate average precision (for single or multiple scales). Args: recalls (ndarray): shape (num_scales, num_dets) or (num_dets, )
mmdet/core/evaluation/mean_ap.py:12
↓ 1 callersFunctionbalanced_l1_loss
(pred, target, beta=1.0, alpha=0.5,
mmdet/models/losses/balanced_l1_loss.py:10
↓ 1 callersFunctionbbox_target
(pos_bboxes_list, neg_bboxes_list, pos_gt_bboxes_list, pos_gt_
mmdet/core/bbox/bbox_target.py:7
↓ 1 callersFunctionbounded_iou_loss
Improving Object Localization with Fitness NMS and Bounded IoU Loss, https://arxiv.org/abs/1711.00164. Args: pred (tensor): Predicted
mmdet/models/losses/iou_loss.py:31
↓ 1 callersMethodbuild_roi_layers
(self, layer_cfg, featmap_strides)
mmdet/models/roi_extractors/single_level.py:45
↓ 1 callersMethodcalc_sub_regions
Compute point specific representation regions. See Grid R-CNN Plus (https://arxiv.org/abs/1906.05688) for details.
mmdet/models/mask_heads/grid_head.py:191
↓ 1 callersFunctioncenter_of_mass
(bitmasks)
mmdet/models/anchor_heads/decoupled_solo_light_head.py:14
↓ 1 callersFunctioncenter_of_mass
(bitmasks)
mmdet/models/anchor_heads/decoupled_solo_head.py:14
↓ 1 callersFunctioncenter_of_mass
(bitmasks)
mmdet/models/anchor_heads/solov2_head.py:14
↓ 1 callersFunctioncenter_of_mass
(bitmasks)
mmdet/models/anchor_heads/solov2_light_head.py:14
↓ 1 callersFunctioncenter_of_mass
(bitmasks)
mmdet/models/anchor_heads/solo_head.py:14
↓ 1 callersMethodcenterness_target
(self, anchors, bbox_targets)
mmdet/models/anchor_heads/atss_head.py:236
↓ 1 callersMethodcenterness_target
(self, pos_bbox_targets)
mmdet/models/anchor_heads/fcos_head.py:401
↓ 1 callersMethodcenters_to_bboxes
Get bboxes according to center points. Only used in MaxIOUAssigner.
mmdet/models/anchor_heads/reppoints_head.py:333
↓ 1 callersFunctioncoco_eval_with_return
(result_files, result_types, coco,
tools/test_robustness.py:26
↓ 1 callersFunctioncollect_env
()
tools/collect_env.py:15
↓ 1 callersFunctioncollect_results
(result_part, size, tmpdir=None)
tools/test_robustness.py:145
↓ 1 callersFunctioncollect_results
(result_part, size, tmpdir=None)
tools/test_ins.py:89
↓ 1 callersFunctioncollect_results
(result_part, size, tmpdir=None)
tools/test_ins_vis.py:130
↓ 1 callersFunctioncollect_results_cpu
(result_part, size, tmpdir=None)
tools/test.py:81
↓ 1 callersFunctioncollect_results_gpu
(result_part, size)
tools/test.py:123
↓ 1 callersFunctionconv_ws_2d
(input, weight, bias=None, stride=1, padding=0,
mmdet/models/utils/conv_ws.py:5
↓ 1 callersFunctionconvert
Convert keys in checkpoints. There can be some breaking changes during the development of mmdetection, and this tool is used for upgrading ch
tools/upgrade_model_version.py:8
↓ 1 callersFunctionconvert
Convert keys in detectron pretrained ResNet models to pytorch style.
tools/detectron2pytorch.py:34
↓ 1 callersMethodcopy_grads_to_fp32
Copy gradients from fp16 model to fp32 weight copy.
mmdet/core/fp16/hooks.py:46
↓ 1 callersMethodcopy_params_to_fp16
Copy updated params from fp32 weight copy to fp16 model.
mmdet/core/fp16/hooks.py:54
↓ 1 callersFunctiondet2json
(dataset, results)
mmdet/core/evaluation/coco_utils.py:146
↓ 1 callersFunctiondetect
(img)
tests/async_benchmark.py:69
↓ 1 callersFunctiondice_loss
(input, target)
mmdet/models/anchor_heads/decoupled_solo_light_head.py:33
↓ 1 callersFunctiondice_loss
(input, target)
mmdet/models/anchor_heads/decoupled_solo_head.py:33
↓ 1 callersFunctiondice_loss
(input, target)
mmdet/models/anchor_heads/solov2_head.py:33
↓ 1 callersFunctiondice_loss
(input, target)
mmdet/models/anchor_heads/solov2_light_head.py:33
↓ 1 callersFunctiondice_loss
(input, target)
mmdet/models/anchor_heads/solo_head.py:33
↓ 1 callersFunctioneval_recalls
Calculate recalls. Args: gts(list or ndarray): a list of arrays of shape (n, 4) proposals(list or ndarray): a list of arrays of s
mmdet/core/evaluation/recall.py:62
↓ 1 callersMethodextract_feat
(self, imgs)
mmdet/models/detectors/base.py:41
↓ 1 callersMethodfcos_target
(self, points, gt_bboxes_list, gt_labels_list)
mmdet/models/anchor_heads/fcos_head.py:317
↓ 1 callersMethodforward
(self, logits, targets)
mmdet/ops/sigmoid_focal_loss/sigmoid_focal_loss.py:46
↓ 1 callersMethodforward
(self, features, rois)
mmdet/ops/roi_align/roi_align.py:73
↓ 1 callersMethodforward
(self, features, rois)
mmdet/ops/roi_pool/roi_pool.py:62
↓ 1 callersMethodforward_test
Args: imgs (List[Tensor]): the outer list indicates test-time augmentations and inner Tensor should have a shape
mmdet/models/detectors/base.py:102
↓ 1 callersMethodforward_train
Args: img (list[Tensor]): list of tensors of shape (1, C, H, W). Typically these should be mean centered and std
mmdet/models/detectors/base.py:50
↓ 1 callersMethodfovea_target
(self, gt_bbox_list, gt_label_list, featmap_sizes, points)
mmdet/models/anchor_heads/fovea_head.py:232
↓ 1 callersFunctionga_loc_target
Compute location targets for guided anchoring. Each feature map is divided into positive, negative and ignore regions. - positive regions: ta
mmdet/core/anchor/guided_anchor_target.py:32
↓ 1 callersFunctionga_shape_target
Compute guided anchoring targets. Args: approx_list (list[list]): Multi level approxs of each image. inside_flag_list (list[list]
mmdet/core/anchor/guided_anchor_target.py:133
↓ 1 callersMethodgen_base_anchors
(self)
mmdet/core/anchor/anchor_generator.py:29
↓ 1 callersFunctiongen_packages_items
()
setup.py:197
↓ 1 callersMethodget_ann_info
(self, idx)
mmdet/datasets/custom.py:92
↓ 1 callersMethodget_bboxes_single
(self, cls_scores, bbox_preds, m
mmdet/models/anchor_heads/reppoints_head.py:542
↓ 1 callersMethodget_bboxes_single
(self, cls_scores, bbox_preds, m
mmdet/models/anchor_heads/guided_anchor_head.py:560
↓ 1 callersMethodget_bboxes_single
Transform outputs for a single batch item into labeled boxes.
mmdet/models/anchor_heads/anchor_head.py:280
↓ 1 callersMethodget_bboxes_single
(self, cls_scores, bbox_preds, f
mmdet/models/anchor_heads/fovea_head.py:340
↓ 1 callersMethodget_bboxes_single
(self, cls_scores, bbox_preds, c
mmdet/models/anchor_heads/atss_head.py:294
↓ 1 callersMethodget_bboxes_single
(self, cls_scores, bbox_preds, c
mmdet/models/anchor_heads/fcos_head.py:239
↓ 1 callersFunctionget_cls_results
Get det results and gt information of a certain class. Args: det_results (list[list]): Same as `eval_map()`. annotations (list[di
mmdet/core/evaluation/mean_ap.py:240
← previousnext →201–300 of 1,004, ranked by callers