MCPcopy Create free account

hub / github.com/WXinlong/SOLO / functions

Functions1,004 in github.com/WXinlong/SOLO

Method__repr__
(self)
mmdet/ops/sigmoid_focal_loss/sigmoid_focal_loss.py:51
Method__repr__
(self)
mmdet/ops/roi_align/roi_align.py:82
Method__repr__
(self)
mmdet/ops/roi_pool/roi_pool.py:70
Method__repr__
(self)
mmdet/utils/registry.py:13
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:180
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:259
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:318
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:348
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:417
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:440
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:525
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:601
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:692
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:715
Method__repr__
(self)
mmdet/datasets/pipelines/transforms.py:873
Method__repr__
(self)
mmdet/datasets/pipelines/instaboost.py:88
Method__repr__
(self)
mmdet/datasets/pipelines/loading.py:32
Method__repr__
(self)
mmdet/datasets/pipelines/loading.py:111
Method__repr__
(self)
mmdet/datasets/pipelines/loading.py:142
Method__repr__
(self)
mmdet/datasets/pipelines/compose.py:29
Method__repr__
(self)
mmdet/datasets/pipelines/test_aug.py:34
Method__repr__
(self)
mmdet/datasets/pipelines/formating.py:43
Method__repr__
(self)
mmdet/datasets/pipelines/formating.py:61
Method__repr__
(self)
mmdet/datasets/pipelines/formating.py:77
Method__repr__
(self)
mmdet/datasets/pipelines/formating.py:97
Method__repr__
(self)
mmdet/datasets/pipelines/formating.py:137
Method__repr__
(self)
mmdet/datasets/pipelines/formating.py:190
Method__str__
(self)
mmdet/utils/util_mixins.py:98
Method_binary_op
(self, x1, x2)
mmdet/models/necks/nas_fpn.py:52
Method_binary_op
(self, x1, x2)
mmdet/models/necks/nas_fpn.py:62
Method_filter_imgs
Filter images too small or without ground truths.
mmdet/datasets/coco.py:47
Method_get_area_ratio
Compute area ratio of the gt mask inside the proposal and the gt mask of the corresponding instance
mmdet/models/mask_heads/maskiou_head.py:151
Method_init_layers
(self)
mmdet/models/anchor_heads/retina_head.py:53
Method_init_layers
(self)
mmdet/models/anchor_heads/ga_retina_head.py:26
Method_init_layers
(self)
mmdet/models/anchor_heads/retina_sepbn_head.py:41
Method_init_layers
(self)
mmdet/models/anchor_heads/ga_rpn_head.py:19
Method_init_layers
(self)
mmdet/models/anchor_heads/atss_head.py:63
Method_init_layers
(self)
mmdet/models/anchor_heads/rpn_head.py:18
Method_inner_forward
(x)
mmdet/models/backbones/resnet.py:206
Method_load_from_state_dict
(self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys
mmdet/ops/dcn/deform_conv.py:405
Method_mask_forward_test
(self, stage, x, bboxes, semantic_feat=None)
mmdet/models/detectors/htc.py:129
Method_run_test_method
(self, method)
tests/test_async.py:23
Method_sample_neg
(self, assign_result, num_expected, bboxes=None,
mmdet/core/bbox/samplers/ohem_sampler.py:65
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:75
Method_sample_neg
Randomly sample some negative samples.
mmdet/core/bbox/samplers/random_sampler.py:46
Method_sample_pos
(self, assign_result, num_expected, bboxes=None,
mmdet/core/bbox/samplers/ohem_sampler.py:49
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:36
Method_sample_pos
(self, assign_result, num_expected, **kwargs)
mmdet/core/bbox/samplers/instance_balanced_pos_sampler.py:9
Functionaccumulate_flops
(self)
mmdet/utils/flops_counter.py:114
Functionadd_extra_repr
(m)
mmdet/utils/flops_counter.py:132
Functionadd_flops_counter_hook_function
(module)
mmdet/utils/flops_counter.py:420
Functionadd_flops_counter_variable_or_reset
(module)
mmdet/utils/flops_counter.py:415
Functionadd_flops_mask
(module, mask)
mmdet/utils/flops_counter.py:225
Functionadd_flops_mask_func
(module)
mmdet/utils/flops_counter.py:227
Functionadd_flops_mask_variable_or_reset
(module)
mmdet/utils/flops_counter.py:442
Methodafter_train_epoch
(self, runner)
mmdet/core/evaluation/eval_hooks.py:31
Methodafter_train_iter
(self, runner)
mmdet/core/utils/dist_utils.py:51
Methodafter_train_iter
(self, runner)
mmdet/core/fp16/hooks.py:59
Functionanalyze_individual_category
(k, cocoDt, cocoGt, catId, iou_type)
tools/coco_error_analysis.py:52
Functionanchor_target_single
(flat_anchors, valid_flags, gt_bboxes,
mmdet/core/anchor/anchor_target.py:94
Methodassign
Assign gt to approxs. This method assign a gt bbox to each group of approxs (bboxes), each group of approxs is represent by a base ap
mmdet/core/bbox/assigners/approx_max_iou_assigner.py:51
Methodassign
Assign gt to points. This method assign a gt bbox to every points set, each points set will be assigned with 0, or a positive number
mmdet/core/bbox/assigners/point_assigner.py:22
Methodassign
(self, bboxes, gt_bboxes, gt_bboxes_ignore=None, gt_labels=None)
mmdet/core/bbox/assigners/base_assigner.py:7
Methodasync_simple_test
Async test without augmentation.
mmdet/models/detectors/two_stage.py:263
Methodatss_target_single
(self, flat_anchors, valid_flags,
mmdet/models/anchor_heads/atss_head.py:413
Methodaug_test
(self, imgs, img_metas, rescale=False)
mmdet/models/detectors/reppoints_detector.py:52
Methodaug_test
Test with augmentations. If rescale is False, then returned bboxes and masks will fit the scale of imgs[0].
mmdet/models/detectors/htc.py:396
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:319
Methodaug_test
(self, imgs, img_metas, rescale=False)
mmdet/models/detectors/single_stage_ins.py:95
Methodaug_test
Test with augmentations. If rescale is False, then returned bboxes and masks will fit the scale of imgs[0].
mmdet/models/detectors/cascade_rcnn.py:406
Methodaug_test
(self, imgs, img_metas, rescale=False)
mmdet/models/detectors/single_stage.py:85
Functionauto_fp16
Decorator to enable fp16 training automatically. This decorator is useful when you write custom modules and want to support mixed precision t
mmdet/core/fp16/decorators.py:9
Functionauto_fp16_wrapper
(old_func)
mmdet/core/fp16/decorators.py:39
Methodbackward
(ctx, d_loss)
mmdet/ops/sigmoid_focal_loss/sigmoid_focal_loss.py:24
Methodbackward
(ctx, grad_output)
mmdet/ops/roi_align/roi_align.py:34
Methodbackward
(ctx, grad_output)
mmdet/ops/dcn/deform_pool.py:60
Methodbackward
(ctx, grad_output)
mmdet/ops/dcn/deform_conv.py:61
Methodbackward
(ctx, grad_output)
mmdet/ops/dcn/deform_conv.py:153
Methodbackward
(ctx, grad_output)
mmdet/ops/masked_conv/masked_conv.py:57
Functionbatch_counter_hook
(module, input, output)
mmdet/utils/flops_counter.py:385
Functionbatch_processor
Process a data batch. This method is required as an argument of Runner, which defines how to process a data batch and obtain proper outputs.
mmdet/apis/train.py:62
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:51
Methodbefore_run
(self, runner)
mmdet/core/fp16/hooks.py:39
Functionbinary_cross_entropy
(pred, label, weight=None, reductio
mmdet/models/losses/cross_entropy_loss.py:35
Functionbn_flops_counter_hook
(module, input, output)
mmdet/utils/flops_counter.py:274
Functionbuild_backbone
(cfg)
mmdet/models/builder.py:18
Functionbuild_head
(cfg)
mmdet/models/builder.py:34
Functionbuild_neck
(cfg)
mmdet/models/builder.py:22
Functionbuild_roi_extractor
(cfg)
mmdet/models/builder.py:26
Functionbuild_shared_head
(cfg)
mmdet/models/builder.py:30
Functioncal_train_time
(log_dicts, args)
tools/analyze_logs.py:10
Functioncityscapes_classes
()
mmdet/core/evaluation/class_names.py:85
Functioncoco_classes
()
mmdet/core/evaluation/class_names.py:67
Functioncompute_average_flops_cost
A method that will be available after add_flops_counting_methods() is called on a desired net object. Returns current mean flops consumpt
mmdet/utils/flops_counter.py:177
Functionconv_flops_counter_hook
(conv_module, input, output)
mmdet/utils/flops_counter.py:321
← previousnext →601–700 of 1,004, ranked by callers