Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YXB-NKU/Strip-R-CNN
/ functions
Functions
746 in github.com/YXB-NKU/Strip-R-CNN
⨍
Functions
746
◇
Types & classes
119
Method
simple_test
Test function without test time augmentation. Args: imgs (list[torch.Tensor]): List of multiple images img_metas (lis
mmrotate/models/detectors/single_stage.py:85
Method
simple_test
Test function without test time augmentation. Args: imgs (list[torch.Tensor]): List of multiple images img_metas (lis
mmrotate/models/detectors/s2anet.py:104
Method
simple_test_bboxes
Test only det bboxes without augmentation. Args: x (tuple[Tensor]): Feature maps of all scale level. img_metas (list[
mmrotate/models/roi_heads/oriented_standard_roi_head.py:126
Method
simple_test_bboxes
Test only det bboxes without augmentation. Args: x (tuple[Tensor]): Feature maps of all scale level. img_metas (list[
mmrotate/models/roi_heads/gv_ratio_roi_head.py:90
Method
single_level_grid_anchors
Calling its grid_anchors() method will raise NotImplementedError!
mmrotate/core/anchor/anchor_generator.py:67
Method
single_level_grid_priors
Generate grid anchors of a single level. Note: This function is usually called by method ``self.grid_priors``. Args:
mmrotate/core/anchor/anchor_generator.py:16
Function
single_split
Args: arguments (object): Parameters. sizes (list): List of window's sizes. gaps (list): List of window's gaps.
tools/data/dota/split/img_split.py:353
Function
single_split
Args: arguments (object): Parameters. sizes (list): List of window's sizes. gaps (list): List of window's gaps.
tools/data/fair/img_split.py:355
Function
test_anchor_head_loss
Tests rotate anchor head loss when truth is empty and non-empty.
tests/test_models/test_dense_heads/test_rotate_anchor_head.py:11
Function
test_compat_imgs_per_gpu
()
tests/test_utils/test_compat_config.py:107
Function
test_compat_loader_args
()
tests/test_utils/test_compat_config.py:21
Function
test_compat_runner_args
()
tests/test_utils/test_compat_config.py:10
Function
test_convex_regression_losses
Tests convex regression losses. Args: loss_class (str): type of convex loss.
tests/test_models/test_loss.py:16
Function
test_dota_dataset
Test DOTA dataset. Args: angle_version (str, optional): Angle representations.
tests/test_data/test_datasets/test_dota.py:25
Function
test_find_latest_checkpoint
Test find latest checkpoint.
tests/test_utils/test_misc.py:7
Function
test_fpn
Tests fpn.
tests/test_models/test_necks.py:9
Function
test_gaussian_regression_losses
Tests gaussian regression losses. Args: loss_class (str): type of gaussian loss.
tests/test_models/test_loss.py:47
Function
test_gaussian_v1_regression_losses
Tests gaussian regression losses v1. Args: loss_class (str): type of gaussian loss v1.
tests/test_models/test_loss.py:73
Function
test_imshow_det_bboxes
Test imshow det bboxes.
tests/test_utils/test_visualization.py:11
Function
test_kfiou_regression_losses
Tests kfiou regression loss.
tests/test_models/test_loss.py:99
Function
test_palette
()
tests/test_utils/test_visualization.py:46
Function
test_rbbox_overlaps_cpu
()
tests/test_utils/test_overlaps.py:17
Function
test_rbbox_overlaps_cuda
()
tests/test_utils/test_overlaps.py:27
Function
test_reresnet_backbone
Test reresnet backbone.
tests/test_models/test_backbones.py:8
Function
test_rflip
Test flip for rbboxes.
tests/test_data/test_pipelines/test_rtransforms.py:64
Function
test_rotate
Test rotation for rbboxes.
tests/test_data/test_pipelines/test_rtransforms.py:102
Function
test_rotated_anchor_inside_flags
Test rotated anchor inside flags.
tests/test_utils/test_rutils.py:10
Function
test_rotated_iou_losses
Tests convex regression losses.
tests/test_models/test_loss.py:142
Function
test_rrandom_crop
Test random crop for rbboxes.
tests/test_data/test_pipelines/test_rtransforms.py:129
Function
test_rresize
Test resize for rbboxes.
tests/test_data/test_pipelines/test_rtransforms.py:52
Function
test_sam_head_loss
Tests sam head loss when truth is empty and non-empty. Args: reassign (bool): If True, reassign samples.
tests/test_models/test_dense_heads/test_sam_reppoints_head.py:12
Function
test_sar_dataset
Test SAR dataset. Args: angle_version (str, optional): Angle representations.
tests/test_data/test_datasets/test_rotate.py:21
Function
test_setup_multi_processes
()
tests/test_utils/test_setup_env.py:12
Function
test_single_stage_forward_gpu
Test single stage forward (GPU). Args: cfg_file (str): config of single stage detector.
tests/test_models/test_forward.py:75
Function
test_standard_prior_generator
Test standard prior generator.
tests/test_utils/test_ranchor.py:10
Function
test_strides
Test strides.
tests/test_utils/test_ranchor.py:26
Function
test_transforms
Test transforms.
tests/test_utils/test_transformer.py:8
Function
test_two_stage_forward_gpu
Test two stage forward (GPU). Args: cfg_file (str): config of two stage detector.
tests/test_models/test_forward.py:130
Function
test_version_check
Test version.
tests/test_utils/test_version.py:5
Function
tpfp_default
Check if detected bboxes are true positive or false positive. Args: det_bboxes (ndarray): Detected bboxes of this image, of shape (m, 6).
mmrotate/core/evaluation/eval_map.py:12
Method
train
(self, mode=True)
mmrotate/models/backbones/pkinet.py:431
Method
with_roi_head
bool: whether the detector has a RoI head
mmrotate/models/detectors/two_stage.py:61
Method
with_rpn
bool: whether the detector has RPN
mmrotate/models/detectors/two_stage.py:56
Function
xy_stddev_pearson_2_xy_sigma
Convert oriented bounding box from the Pearson coordinate system to 2-D Gaussian distribution. Args: xy_stddev_pearson (torch.Tensor)
mmrotate/models/losses/gaussian_dist_loss.py:39
Function
xy_wh_r_2_xy_sigma
Convert oriented bounding box to 2-D Gaussian distribution. Args: xywhr (torch.Tensor): rbboxes with shape (N, 5). Returns:
mmrotate/models/losses/gaussian_dist_loss_v1.py:10
Function
xy_wh_r_2_xy_sigma
Convert oriented bounding box to 2-D Gaussian distribution. Args: xywhr (torch.Tensor): rbboxes with shape (N, 5). Returns:
mmrotate/models/losses/gaussian_dist_loss.py:11
← previous
701–746 of 746, ranked by callers