MCPcopy Index your code

hub / github.com/YXB-NKU/Strip-R-CNN / functions

Functions746 in github.com/YXB-NKU/Strip-R-CNN

Methodasync_simple_test
Async test without augmentation.
mmrotate/models/detectors/two_stage.py:155
Methodaug_test
Test det bboxes with test time augmentation, can be applied in DenseHead except for ``RPNHead`` and its variants, e.g., ``GARPNHead``,
mmrotate/models/dense_heads/rotated_anchor_head.py:692
Methodaug_test
Test with augmentations.
mmrotate/models/roi_heads/rotate_standard_roi_head.py:265
Methodaug_test
Test with augmentations.
mmrotate/models/roi_heads/roi_trans_roi_head.py:354
Methodaug_test
Test with augmentations. If rescale is False, then returned bboxes and masks will fit the scale of imgs[0].
mmrotate/models/detectors/two_stage.py:186
Methodaug_test
Test function with test time augmentation.
mmrotate/models/detectors/r3det.py:145
Methodaug_test
Test function with test time augmentation. Args: imgs (list[Tensor]): the outer list indicates test-time augmenta
mmrotate/models/detectors/single_stage.py:110
Methodaug_test
Test function with test time augmentation.
mmrotate/models/detectors/s2anet.py:133
Methodbackward
Backward function.
mmrotate/models/losses/convex_giou_loss.py:254
Methodbbox_flip
Flip bboxes horizontally or vertically. Args: bboxes(ndarray): shape (..., 5*k) img_shape(tuple): (height, width)
mmrotate/datasets/pipelines/transforms.py:67
Functionbcd_loss
Bhatacharyya distance loss. Args: pred (torch.Tensor): Predicted bboxes. target (torch.Tensor): Corresponding gt bboxes.
mmrotate/models/losses/gaussian_dist_loss_v1.py:76
Methodbuild_roi_layers
Build RoI operator to extract feature from each level feature map. Args: layer_cfg (dict): Dictionary to construct and config RoI
mmrotate/models/roi_heads/roi_extractors/rotate_single_level_roi_extractor.py:42
Functioncal_train_time
calculate the training time.
tools/analysis_tools/analyze_logs.py:15
Functioncheck_result_same
Check whether the `pipeline_results` is the same with the predefined `results`. Args: results (dict): Predefined results which should
tests/test_data/test_pipelines/test_rtransforms.py:12
Methodcustom_accuracy
The custom accuracy.
mmrotate/models/roi_heads/bbox_heads/rotated_bbox_head.py:127
Methodcustom_accuracy
The custom accuracy.
mmrotate/models/roi_heads/bbox_heads/gv_bbox_head.py:166
Methodcustom_activation
The custom activation.
mmrotate/models/roi_heads/bbox_heads/rotated_bbox_head.py:122
Methodcustom_activation
The custom activation.
mmrotate/models/roi_heads/bbox_heads/gv_bbox_head.py:161
Methodcustom_cls_channels
The custom cls channels.
mmrotate/models/roi_heads/bbox_heads/rotated_bbox_head.py:117
Methodcustom_cls_channels
The custom cls channels.
mmrotate/models/roi_heads/bbox_heads/gv_bbox_head.py:156
Methoddecode
Apply transformation `pred_bboxes` to `boxes`. Args: bboxes (torch.Tensor): Basic boxes. Shape (B, N, 5) or (N, 5) pr
mmrotate/core/bbox/coder/delta_xywha_rbbox_coder.py:77
Methoddecode
Apply transformation `pred_bboxes` to `boxes`. Args: bboxes (torch.Tensor): Basic boxes. Shape (B, N, 4) or (N, 4) pr
mmrotate/core/bbox/coder/delta_xywha_hbbox_coder.py:78
Methoddecode
Apply transformation `fix_deltas` to `boxes`. Args: hbboxes (torch.Tensor): Basic boxes. Shape (B, N, 4) or (N, 4) fi
mmrotate/core/bbox/coder/gliding_vertex_coder.py:69
Methoddecode
Apply transformation `fix_deltas` to `boxes`. Args: bboxes (torch.Tensor) bboxes_pred (torch.Tensor) Returns
mmrotate/core/bbox/coder/gliding_vertex_coder.py:148
Methoddecode
Decode distance prediction to bounding box. Args: points (Tensor): Shape (B, N, 2) or (N, 2). pred_bboxes (Tensor): D
mmrotate/core/bbox/coder/distance_angle_point_coder.py:44
Methoddecode
Apply transformation `pred_bboxes` to `bboxes`. Args: bboxes (torch.Tensor): Basic boxes. Shape (B, N, 4) or (N, 4) p
mmrotate/core/bbox/coder/delta_midpointoffset_rbbox_coder.py:54
Methoddynamic_pointset_samples_selection
The dynamic top k selection of point set samples based on the quality assessment values. Args: quality (torch.tensor): th
mmrotate/models/dense_heads/oriented_reppoints_head.py:516
Methodencode
Get box regression transformation deltas that can be used to transform the ``bboxes`` into the ``gt_bboxes``. Args: bboxe
mmrotate/core/bbox/coder/delta_xywha_rbbox_coder.py:55
Methodencode
Get box regression transformation deltas that can be used to transform the ``bboxes`` into the ``gt_bboxes``. Args: bboxe
mmrotate/core/bbox/coder/delta_xywha_hbbox_coder.py:56
Methodencode
Get box regression transformation deltas. Args: rbboxes (torch.Tensor): Source boxes, e.g., object proposals. Returns:
mmrotate/core/bbox/coder/gliding_vertex_coder.py:26
Methodencode
Get box regression transformation deltas. Args: rbboxes (torch.Tensor): Source boxes, e.g., object proposals. Returns:
mmrotate/core/bbox/coder/gliding_vertex_coder.py:116
Methodencode
Encode bounding box to distances. Args: points (Tensor): Shape (N, 2), The format is [x, y]. gt_bboxes (Tensor): Shap
mmrotate/core/bbox/coder/distance_angle_point_coder.py:26
Methodencode
Get box regression transformation deltas that can be used to transform the ``bboxes`` into the ``gt_bboxes``. Args: bboxe
mmrotate/core/bbox/coder/delta_midpointoffset_rbbox_coder.py:35
Methodevaluate
Evaluate the dataset. Args: results (list): Testing results of the dataset. metric (str | list[str]): Metrics to be e
mmrotate/datasets/fair.py:194
Methodevaluate
Evaluate the dataset. Args: results (list): Testing results of the dataset. metric (str | list[str]): Metrics to be e
mmrotate/datasets/dota.py:164
Methodevaluate
Evaluate the dataset. Args: results (list): Testing results of the dataset. metric (str | list[str]): Metrics to be e
mmrotate/datasets/dota_1_5.py:164
Methodevaluate
Evaluate the dataset. Args: results (list): Testing results of the dataset. metric (str | list[str]): Metrics to be e
mmrotate/datasets/hrsc.py:206
Methodevaluate_output_shape
Evaluate output shape.
mmrotate/models/necks/re_fpn.py:143
Methodevaluate_output_shape
Evaluate output shape.
mmrotate/models/backbones/re_resnet.py:276
Methodformat_results
Format the results to submission text (standard format for DOTA evaluation). Args: results (list): Testing results of the
mmrotate/datasets/dota.py:297
Methodformat_results
Format the results to submission text (standard format for DOTA evaluation). Args: results (list): Testing results of the
mmrotate/datasets/dota_1_5.py:297
Methodforward
Forward function of ConvModule.
mmrotate/models/necks/re_fpn.py:132
Methodforward
Forward function of ReFPN.
mmrotate/models/necks/re_fpn.py:282
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:25
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:43
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:61
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:90
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:111
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:207
Methodforward
(self, x)
mmrotate/models/backbones/stripnet.py:217
Methodforward
Forward function of BasicBlock.
mmrotate/models/backbones/re_resnet.py:100
Methodforward
Forward function of Bottleneck.
mmrotate/models/backbones/re_resnet.py:243
Methodforward
Forward function of ReResNet.
mmrotate/models/backbones/re_resnet.py:588
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:22
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:51
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:91
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:117
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:137
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:192
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:257
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:322
Methodforward
(self, x)
mmrotate/models/backbones/pkinet.py:408
Methodforward
Forward function.
mmrotate/models/backbones/resnet.py:67
Methodforward
Forward function.
mmrotate/models/backbones/resnet.py:264
Methodforward
Forward features from the upstream network. Args: feats (tuple[Tensor]): Features from the upstream network, each is
mmrotate/models/dense_heads/rotated_fcos_head.py:127
Methodforward
Forward function.
mmrotate/models/dense_heads/sam_reppoints_head.py:214
Methodforward
Forward function.
mmrotate/models/dense_heads/rotated_reppoints_head.py:216
Methodforward
Forward function.
mmrotate/models/dense_heads/oriented_reppoints_head.py:243
Methodforward
(x)
mmrotate/models/utils/cnn.py:47
Methodforward
(x)
mmrotate/models/utils/cnn.py:56
Methodforward
Forward function.
mmrotate/models/utils/ripool.py:18
Methodforward
Forward function.
mmrotate/models/utils/orconv.py:110
Methodforward
Forward function. Args: feats (torch.Tensor): Input features. rois (torch.Tensor): Input RoIs, shape (k, 5).
mmrotate/models/roi_heads/roi_extractors/rotate_single_level_roi_extractor.py:91
Methodforward
Forward function of Rotated BBoxHead.
mmrotate/models/roi_heads/bbox_heads/rotated_bbox_head.py:132
Methodforward
Forward function.
mmrotate/models/roi_heads/bbox_heads/gv_bbox_head.py:171
Methodforward
Forward function.
mmrotate/models/roi_heads/bbox_heads/convfc_rbbox_head.py:168
Methodforward
(self, x)
mmrotate/models/roi_heads/bbox_heads/utils_basic.py:37
Methodforward
Forward function.
mmrotate/models/roi_heads/bbox_heads/strip_head.py:231
Methodforward
(self, feature)
mmrotate/models/roi_heads/bbox_heads/plugins.py:30
Methodforward
(self, x)
mmrotate/models/roi_heads/bbox_heads/reg_block.py:25
Methodforward
Forward function of AlignConv.
mmrotate/models/detectors/utils.py:81
Methodforward
Args: x (list[Tensor]): feature maps of multiple scales best_rbboxes (list[list[Tensor]]):
mmrotate/models/detectors/utils.py:120
Methodforward
Args: x (list[Tensor]): feature maps of multiple scales best_rbboxes (list[list[Tensor]]):
mmrotate/models/detectors/utils.py:185
Methodforward
Forward function. Args: ctx: {save_for_backward, convex_points_grad} pred (torch.Tensor): Predicted convexes.
mmrotate/models/losses/convex_giou_loss.py:15
Methodforward
Forward function. Args: pred (torch.Tensor): Predicted convexes. target (torch.Tensor): Corresponding gt convexes.
mmrotate/models/losses/convex_giou_loss.py:88
Methodforward
Forward function. Args: ctx: {save_for_backward, convex_points_grad} pred (torch.Tensor): Predicted convexes.
mmrotate/models/losses/convex_giou_loss.py:122
Methodforward
Forward function. Args: pred (torch.Tensor): Predicted convexes. target (torch.Tensor): Corresponding gt convexes.
mmrotate/models/losses/convex_giou_loss.py:284
Methodforward
Forward function. Args: pred (torch.Tensor): Predicted convexes. target (torch.Tensor): Corresponding gt convexes.
mmrotate/models/losses/gaussian_dist_loss_v1.py:191
Methodforward
(self, pts, gt_bboxes, weight, *args, **kwargs)
mmrotate/models/losses/spatial_border_loss.py:26
Methodforward
Forward function. Args: pred (torch.Tensor): Predicted convexes. target (torch.Tensor): Corresponding gt convexes.
mmrotate/models/losses/gaussian_dist_loss.py:364
Methodforward
Forward function. Args: pred (torch.Tensor): Predicted convexes. target (torch.Tensor): Corresponding gt convexes.
mmrotate/models/losses/kld_reppoints_loss.py:81
Methodforward
Forward function. Args: pred (torch.Tensor): The prediction. target (torch.Tensor): The learning target of the predic
mmrotate/models/losses/rotated_iou_loss.py:96
Methodforward
Forward function. Args: pred (torch.Tensor): The prediction. target (torch.Tensor): The learning label of the predict
mmrotate/models/losses/smooth_focal_loss.py:93
Methodforward
Forward function. Args: pred (torch.Tensor): Predicted convexes. target (torch.Tensor): Corresponding gt convexes.
mmrotate/models/losses/kf_iou_loss.py:115
Methodforward_dummy
Dummy forward function. Args: x (list[Tensors]): list of multi-level img features. proposals (list[Tensors]): list of
mmrotate/models/roi_heads/rotate_standard_roi_head.py:74
Methodforward_dummy
Dummy forward function. Args: x (list[Tensors]): list of multi-level img features. proposals (list[Tensors]): list of
mmrotate/models/roi_heads/oriented_standard_roi_head.py:13
Methodforward_dummy
Dummy forward function. Args: x (list[Tensors]): list of multi-level img features. proposals (list[Tensors]): list of
mmrotate/models/roi_heads/gv_ratio_roi_head.py:12
Methodforward_dummy
Dummy forward function. Args: x (list[Tensors]): list of multi-level img features. proposals (list[Tensors]): list of
mmrotate/models/roi_heads/roi_trans_roi_head.py:93
Methodforward_dummy
Used for computing network flops. See `mmrotate/tools/analysis_tools/get_flops.py`
mmrotate/models/detectors/strip_rcnn.py:34
Methodforward_dummy
Used for computing network flops. See `mmrotate/tools/analysis_tools/get_flops.py`
mmrotate/models/detectors/oriented_rcnn.py:34
← previousnext →501–600 of 746, ranked by callers