↓ 4 callersFunctionwmsa_adv4_flops(h, w, cls_reso, dim, group_size, down_stream_scale_factor, attn_type)
downstream/detection/tools/analysis_tools/get_flops.py:87
↓ 4 callersFunctionwmsa_adv4_flops(h, w, cls_reso, dim, group_size, down_stream_scale_factor, attn_type)
downstream/segmentation/tools/get_flops.py:69
↓ 3 callersMethod__init__(self,
in_channels=3,
num_channels=(32, 64, 128),
num_block
downstream/segmentation/mmseg/models/backbones/cgnet.py:219
↓ 3 callersMethod__init__(self,
in_channels=3,
enc_downsample_channels=(16, 64, 128),
downstream/segmentation/mmseg/models/backbones/erfnet.py:230
↓ 3 callersMethod__init__(self,
embed_dims=768,
post_process_channels=[96, 192, 384, 768],
downstream/segmentation/mmseg/models/decode_heads/dpt_head.py:236
↓ 3 callersMethodaug_test_bboxesTest det bboxes with test time augmentation, can be applied in DenseHead except for ``RPNHead`` and its variants, e.g., ``GARPNHead``,
downstream/detection/mmdet/models/dense_heads/dense_test_mixins.py:41
↓ 3 callersFunctionnchw_to_nlcFlatten [N, C, H, W] shape tensor to [N, L, C] shape tensor. Args: x (Tensor): The input tensor of shape [N, C, H, W] before conversion.
downstream/detection/mmdet/models/utils/transformer.py:49