MCPcopy Create free account

hub / github.com/amirassov/kaggle-imaterialist / functions

Functions538 in github.com/amirassov/kaggle-imaterialist

Methodfcos_target_single
(self, gt_bboxes, gt_labels, points, regress_ranges)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:321
Methodforward
(self, logits, targets)
mmdetection/mmdet/ops/sigmoid_focal_loss/modules/sigmoid_focal_loss.py:13
Methodforward
(ctx, input, target, gamma=2.0, alpha=0.25, reduction='mean')
mmdetection/mmdet/ops/sigmoid_focal_loss/functions/sigmoid_focal_loss.py:11
Methodforward
(self, features, rois)
mmdetection/mmdet/ops/roi_align/modules/roi_align.py:14
Methodforward
(ctx, features, rois, out_size, spatial_scale, sample_num=0)
mmdetection/mmdet/ops/roi_align/functions/roi_align.py:9
Methodforward
(self, features, rois)
mmdetection/mmdet/ops/roi_pool/modules/roi_pool.py:13
Methodforward
(ctx, features, rois, out_size, spatial_scale)
mmdetection/mmdet/ops/roi_pool/functions/roi_pool.py:10
Methodforward
(self, data, rois, offset)
mmdetection/mmdet/ops/dcn/modules/deform_pool.py:27
Methodforward
(self, data, rois)
mmdetection/mmdet/ops/dcn/modules/deform_pool.py:72
Methodforward
(self, data, rois)
mmdetection/mmdet/ops/dcn/modules/deform_pool.py:150
Methodforward
(self, x, offset)
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:54
Methodforward
(self, x)
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:78
Methodforward
(self, x, offset, mask)
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:125
Methodforward
(self, x)
mmdetection/mmdet/ops/dcn/modules/deform_conv.py:150
Methodforward
(ctx, data, rois, offset, spatial_scale,
mmdetection/mmdet/ops/dcn/functions/deform_pool.py:10
Methodforward
(ctx, input, offset, weight, stride=1,
mmdetection/mmdet/ops/dcn/functions/deform_conv.py:11
Methodforward
(ctx, input, offset, mask, weight,
mmdetection/mmdet/ops/dcn/functions/deform_conv.py:111
Methodforward
(self, inputs)
mmdetection/mmdet/models/necks/fpn.py:97
Methodforward
(self, x)
mmdetection/mmdet/models/backbones/ssd_vgg.py:76
Methodforward
(self, x)
mmdetection/mmdet/models/backbones/ssd_vgg.py:128
Methodforward
(self, x)
mmdetection/mmdet/models/backbones/resnet.py:68
Methodforward
(self, x)
mmdetection/mmdet/models/backbones/resnet.py:202
Methodforward
(self, x)
mmdetection/mmdet/models/backbones/resnet.py:459
Methodforward
(self, x, activate=True, norm=True)
mmdetection/mmdet/models/utils/conv_module.py:148
Methodforward
(self, x)
mmdetection/mmdet/models/utils/conv_ws.py:44
Methodforward
(self, x)
mmdetection/mmdet/models/utils/scale.py:11
Methodforward
(self, img, img_meta, return_loss=True, **kwargs)
mmdetection/mmdet/models/detectors/base.py:82
Methodforward
(self, feats, rois)
mmdetection/mmdet/models/roi_extractors/single_level.py:73
Methodforward
(self, x)
mmdetection/mmdet/models/mask_heads/fcn_mask_head.py:87
Methodforward
(self, feats)
mmdetection/mmdet/models/mask_heads/fused_semantic_head.py:82
Methodforward
(self, x, res_feat=None, return_logits=True, return_feat=True)
mmdetection/mmdet/models/mask_heads/htc_mask_head.py:22
Methodforward
(self, x)
mmdetection/mmdet/models/bbox_heads/bbox_head.py:57
Methodforward
(self, x)
mmdetection/mmdet/models/bbox_heads/convfc_bbox_head.py:132
Methodforward
(self, x)
mmdetection/mmdet/models/shared_heads/res_layer.py:59
Methodforward
(self, feats)
mmdetection/mmdet/models/anchor_heads/ssd_head.py:100
Methodforward
(self, feats)
mmdetection/mmdet/models/anchor_heads/anchor_head.py:86
Methodforward
(self, feats)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:83
Methodforward_single
(self, x)
mmdetection/mmdet/models/anchor_heads/retina_head.py:79
Methodforward_single
(self, x)
mmdetection/mmdet/models/anchor_heads/anchor_head.py:81
Methodforward_single
(self, x)
mmdetection/mmdet/models/anchor_heads/rpn_head.py:30
Methodforward_single
(self, x, scale)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:86
Methodforward_test
(self, imgs, img_metas, proposals, **kwargs)
mmdetection/mmdet/models/detectors/fast_rcnn.py:31
Methodforward_train
(self, img, img_meta, gt_bboxes,
mmdetection/mmdet/models/detectors/htc.py:158
Methodforward_train
(self, imgs, img_metas, **kwargs)
mmdetection/mmdet/models/detectors/ensemble_htc.py:15
Methodforward_train
(self, img, img_meta, gt_bboxes,
mmdetection/mmdet/models/detectors/two_stage.py:90
Methodforward_train
(self, img, img_meta, gt_bboxes,
mmdetection/mmdet/models/detectors/cascade_rcnn.py:120
Methodforward_train
(self, img, img_meta, gt_bboxes=None,
mmdetection/mmdet/models/detectors/rpn.py:41
Methodforward_train
(self, img, img_metas, gt_bboxes,
mmdetection/mmdet/models/detectors/single_stage.py:45
Methodget_ann_info
(self, idx)
mmdetection/mmdet/datasets/xml_style.py:32
Methodget_bboxes
(self, cls_scores, bbox_preds, img_metas, cfg, rescale=False)
mmdetection/mmdet/models/anchor_heads/anchor_head.py:213
Methodget_bboxes_single
(self, cls_scores, bbox_preds, m
mmdetection/mmdet/models/anchor_heads/rpn_head.py:55
Methodget_params_dependent_on_targets
(self, params)
mmdetection/mmdet/datasets/transforms.py:173
Methodget_target
(self, sampling_results, gt_masks, rcnn_train_cfg)
mmdetection/mmdet/models/mask_heads/fcn_mask_head.py:97
Methodget_transform_init_args_names
(self)
mmdetection/mmdet/datasets/transforms.py:206
Functiongroup2mmdetection
(group: dict)
src/utils.py:7
Functionimagenet_det_classes
()
mmdetection/mmdet/core/evaluation/class_names.py:12
Functionimagenet_vid_classes
()
mmdetection/mmdet/core/evaluation/class_names.py:53
Functioninference_detector
Inference image(s) with the detector. Args: model (nn.Module): The loaded detector. imgs (str/ndarray or list[str/ndarray]): Eith
mmdetection/mmdet/apis/inference.py:48
Functioninit_detector
Initialize a detector from config file. Args: config (str or :obj:`mmcv.Config`): Config file path or the config object.
mmdetection/mmdet/apis/inference.py:15
Methodinit_weights
(self)
mmdetection/mmdet/models/necks/fpn.py:92
Methodinit_weights
(self, pretrained=None)
mmdetection/mmdet/models/backbones/ssd_vgg.py:55
Methodinit_weights
(self, pretrained=None)
mmdetection/mmdet/models/backbones/resnet.py:433
Methodinit_weights
(self, pretrained=None)
mmdetection/mmdet/models/detectors/base.py:57
Methodinit_weights
(self)
mmdetection/mmdet/models/roi_extractors/single_level.py:40
Methodinit_weights
(self)
mmdetection/mmdet/models/mask_heads/fcn_mask_head.py:79
Methodinit_weights
(self)
mmdetection/mmdet/models/mask_heads/fused_semantic_head.py:79
Methodinit_weights
(self)
mmdetection/mmdet/models/mask_heads/htc_mask_head.py:18
Methodinit_weights
(self)
mmdetection/mmdet/models/bbox_heads/bbox_head.py:49
Methodinit_weights
(self)
mmdetection/mmdet/models/bbox_heads/convfc_bbox_head.py:124
Methodinit_weights
(self, pretrained=None)
mmdetection/mmdet/models/shared_heads/res_layer.py:46
Methodinit_weights
(self)
mmdetection/mmdet/models/anchor_heads/retina_head.py:70
Methodinit_weights
(self)
mmdetection/mmdet/models/anchor_heads/ssd_head.py:95
Methodinit_weights
(self)
mmdetection/mmdet/models/anchor_heads/anchor_head.py:77
Methodinit_weights
(self)
mmdetection/mmdet/models/anchor_heads/rpn_head.py:25
Methodinit_weights
(self)
mmdetection/mmdet/models/anchor_heads/fcos_head.py:73
Methodload_annotations
(self, ann_file)
mmdetection/mmdet/datasets/xml_style.py:16
Methodload_annotations
(self, ann_file)
mmdetection/mmdet/datasets/coco.py:24
Methodloss
(self, mask_pred, mask_targets, labels)
mmdetection/mmdet/models/mask_heads/fcn_mask_head.py:106
Methodloss
(self, mask_pred, labels)
mmdetection/mmdet/models/mask_heads/fused_semantic_head.py:101
Methodloss
(self, cls_scores, bbox_preds, gt_bboxes, gt_labels,
mmdetection/mmdet/models/anchor_heads/ssd_head.py:133
Methodloss
(self, cls_scores, bbox_preds, gt_bboxes, gt_labels,
mmdetection/mmdet/models/anchor_heads/anchor_head.py:168
Methodloss
(self, cls_scores, bbox_preds, gt_bboxes, img_metas,
mmdetection/mmdet/models/anchor_heads/rpn_head.py:37
Methodloss
(self, cls_scores, bbox_preds, centernesses, gt_bboxes,
mmdetection/mmdet/models/anchor_heads/fcos_head.py:101
Methodloss_single
(self, cls_score, bbox_pred, labels, label_weights, bbox_targets, bbox_weights, num_total_
mmdetection/mmdet/models/anchor_heads/ssd_head.py:109
Methodloss_single
(self, cls_score, bbox_pred, labels, label_weights, bbox_targets, bbox_weights, num_total_
mmdetection/mmdet/models/anchor_heads/anchor_head.py:128
Functionmask_target_single
(pos_proposals, pos_assigned_gt_inds, gt_masks, cfg)
mmdetection/mmdet/core/mask/mask_target.py:15
Functionmerge_aug_scores
Merge augmented bbox scores.
mmdetection/mmdet/core/post_processing/merge_augs.py:68
Functionmodulated_deform_conv_cuda_backward
mmdetection/mmdet/ops/dcn/src/deform_conv_cuda.cpp:566
Functionmodulated_deform_conv_cuda_forward
mmdetection/mmdet/ops/dcn/src/deform_conv_cuda.cpp:486
Methodmodule_dict
(self)
mmdetection/mmdet/models/registry.py:15
Methodname
(self)
mmdetection/mmdet/models/registry.py:11
Functionnms
mmdetection/mmdet/ops/nms/src/nms_cuda.cpp:8
Functionnms
mmdetection/mmdet/ops/nms/src/nms_cpu.cpp:61
Functionnms_cpu_kernel
mmdetection/mmdet/ops/nms/src/nms_cpu.cpp:5
Methodnum_base_anchors
(self)
mmdetection/mmdet/core/anchor/anchor_generator.py:15
Methodnum_inputs
int: Input feature map levels.
mmdetection/mmdet/models/roi_extractors/single_level.py:36
Functionparse_xml
(args)
mmdetection/tools/convert_datasets/pascal_voc.py:13
Functionplot_curve
(log_dicts, args)
mmdetection/tools/analyze_logs.py:34
Functionplot_iou_recall
Plot IoU-Recalls curve. Args: recalls(ndarray or list): shape (k,) iou_thrs(ndarray or list): same shape as `recalls`
mmdetection/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
mmdetection/mmdet/core/evaluation/recall.py:138
← previousnext →401–500 of 538, ranked by callers