MCPcopy Create free account

hub / github.com/NVlabs/SegFormer / functions

Functions711 in github.com/NVlabs/SegFormer

Method__init__
(self, dataloader, interval=1, gpu_collect=False,
mmseg/core/evaluation/eval_hooks.py:63
Method__init__
(self, split, **kwargs)
mmseg/datasets/pascal_context.py:47
Method__init__
(self, **kwargs)
mmseg/datasets/drive.py:21
Method__init__
(self, pipeline, img_dir, img_suffix='.jpg',
mmseg/datasets/custom.py:74
Method__init__
(self, **kwargs)
mmseg/datasets/hrf.py:21
Method__init__
(self, datasets)
mmseg/datasets/dataset_wrappers.py:17
Method__init__
(self, dataset, times)
mmseg/datasets/dataset_wrappers.py:37
Method__init__
(self, split, **kwargs)
mmseg/datasets/voc.py:26
Method__init__
(self, **kwargs)
mmseg/datasets/chase_db1.py:21
Method__init__
(self, **kwargs)
mmseg/datasets/ade.py:79
Method__init__
(self, **kwargs)
mmseg/datasets/stare.py:21
Method__init__
(self, **kwargs)
mmseg/datasets/cocostuff.py:200
Method__init__
(self, **kwargs)
mmseg/datasets/cityscapes.py:32
Method__init__
(self, **kwargs)
mmseg/datasets/mapillary.py:41
Method__init__
(self, transforms, img_scale, img_ratios=None,
mmseg/datasets/pipelines/test_time_aug.py:53
Method__init__
(self, img_scale=None, multiscale_mode='range', ratio_range
mmseg/datasets/pipelines/transforms.py:17
Method__init__
(self, img_scale=None, multiscale_mode='range', ratio_range
mmseg/datasets/pipelines/transforms.py:268
Method__init__
(self, prob=None, direction='horizontal')
mmseg/datasets/pipelines/transforms.py:479
Method__init__
(self, size=None, size_divisor=None, pad_val=0,
mmseg/datasets/pipelines/transforms.py:535
Method__init__
(self, mean, std, to_rgb=True)
mmseg/datasets/pipelines/transforms.py:603
Method__init__
(self, min_value=0, max_value=255)
mmseg/datasets/pipelines/transforms.py:643
Method__init__
(self, clip_limit=40.0, tile_grid_size=(8, 8))
mmseg/datasets/pipelines/transforms.py:692
Method__init__
(self, crop_size, cat_max_ratio=1., ignore_index=255)
mmseg/datasets/pipelines/transforms.py:733
Method__init__
(self, crop_size, ignore_index=255)
mmseg/datasets/pipelines/transforms.py:802
Method__init__
(self, prob, degree, pad_val=0, seg_pad_va
mmseg/datasets/pipelines/transforms.py:873
Method__init__
(self, out_channels=None, weights=(0.299, 0.587, 0.114))
mmseg/datasets/pipelines/transforms.py:953
Method__init__
(self, gamma=1.0)
mmseg/datasets/pipelines/transforms.py:1001
Method__init__
(self)
mmseg/datasets/pipelines/transforms.py:1031
Method__init__
(self, scale_factor=1)
mmseg/datasets/pipelines/transforms.py:1076
Method__init__
(self, brightness_delta=32, contrast_range=(0.5, 1.5), satu
mmseg/datasets/pipelines/transforms.py:1120
Method__init__
(self, to_float32=False, color_type='color', file_client_ar
mmseg/datasets/pipelines/loading.py:31
Method__init__
(self, reduce_zero_label=False, file_client_args=dict(backend='disk'),
mmseg/datasets/pipelines/loading.py:104
Method__init__
(self, transforms)
mmseg/datasets/pipelines/compose.py:17
Method__init__
(self, keys)
mmseg/datasets/pipelines/formating.py:44
Method__init__
(self, keys)
mmseg/datasets/pipelines/formating.py:78
Method__init__
(self, keys, order)
mmseg/datasets/pipelines/formating.py:113
Method__init__
(self, fields=(dict(key='img', stack=True), dict(key='gt_semant
mmseg/datasets/pipelines/formating.py:150
Method__init__
(self, keys, meta_keys=('filename', 'ori_filename', 'ori_shape',
mmseg/datasets/pipelines/formating.py:256
Method__init__
(self)
mmseg/models/segmentors/base.py:19
Method__init__
(self, backbone, decode_head, neck=None, a
mmseg/models/segmentors/encoder_decoder.py:21
Method__init__
(self, num_stages, backbone, decode_head,
mmseg/models/segmentors/cascade_encoder_decoder.py:19
Method__init__
(self, in_channels, out_channels, num_outs,
mmseg/models/necks/fpn.py:63
Method__init__
(self, radix, groups)
mmseg/models/backbones/resnest.py:23
Method__init__
(self, in_channels, channels, kernel_size,
mmseg/models/backbones/resnest.py:58
Method__init__
Bottleneck block for ResNeSt.
mmseg/models/backbones/resnest.py:165
Method__init__
(self, dim, num_heads=8, qkv_bias=False, qk_scale=None, attn_drop=0., proj_drop=0., sr_ratio=1)
mmseg/models/backbones/mix_transformer.py:59
Method__init__
(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, qk_scale=None, drop=0., attn_drop=0., dr
mmseg/models/backbones/mix_transformer.py:122
Method__init__
(self, img_size=224, patch_size=7, stride=4, in_chans=3, embed_dim=768)
mmseg/models/backbones/mix_transformer.py:164
Method__init__
(self, img_size=224, patch_size=16, in_chans=3, num_classes=1000, embed_dims=[64, 128, 256, 512],
mmseg/models/backbones/mix_transformer.py:204
Method__init__
(self, dim=768)
mmseg/models/backbones/mix_transformer.py:359
Method__init__
(self, **kwargs)
mmseg/models/backbones/mix_transformer.py:375
Method__init__
(self, **kwargs)
mmseg/models/backbones/mix_transformer.py:384
Method__init__
(self, **kwargs)
mmseg/models/backbones/mix_transformer.py:393
Method__init__
(self, **kwargs)
mmseg/models/backbones/mix_transformer.py:402
Method__init__
(self, **kwargs)
mmseg/models/backbones/mix_transformer.py:411
Method__init__
(self, **kwargs)
mmseg/models/backbones/mix_transformer.py:420
Method__init__
(self, in_channels, out_channels, num_convs=2,
mmseg/models/backbones/unet.py:43
Method__init__
(self, in_channels, out_channels, with_cp=False,
mmseg/models/backbones/unet.py:105
Method__init__
(self, in_channels, out_channels, with_cp=False,
mmseg/models/backbones/unet.py:179
Method__init__
(self, channel, reduction=16, with_cp=False)
mmseg/models/backbones/cgnet.py:26
Method__init__
(self, in_channels, out_channels, dilation=2,
mmseg/models/backbones/cgnet.py:78
Method__init__
(self, num_downsampling)
mmseg/models/backbones/cgnet.py:173
Method__init__
(self, arch='small', conv_cfg=None, norm_cfg=dict(type='BN'
mmseg/models/backbones/mobilenet_v3.py:70
Method__init__
(self, inplanes, planes, groups=1, base_wi
mmseg/models/backbones/resnext.py:18
Method__init__
(self, num_branches, blocks, num_blocks, i
mmseg/models/backbones/hrnet.py:20
Method__init__
(self, in_channels, dw_channels, out_channels,
mmseg/models/backbones/fast_scnn.py:29
Method__init__
(self, in_channels=64, block_channels=(64, 96, 128), out_ch
mmseg/models/backbones/fast_scnn.py:106
Method__init__
(self, higher_in_channels, lower_in_channels, out_channels,
mmseg/models/backbones/fast_scnn.py:199
Method__init__
(self, widen_factor=1., strides=(1, 2, 2, 2, 1, 2, 1), dila
mmseg/models/backbones/mobilenet_v2.py:45
Method__init__
(self, inplanes, planes, stride=1, dilatio
mmseg/models/backbones/resnet.py:18
Method__init__
(self, inplanes, planes, stride=1, dilatio
mmseg/models/backbones/resnet.py:106
Method__init__
(self, **kwargs)
mmseg/models/backbones/resnet.py:672
Method__init__
(self, **kwargs)
mmseg/models/backbones/resnet.py:686
Method__init__
(self, drop_prob=0.1, block_size=7, gamma_scale=1.0,
mmseg/models/utils/drop.py:105
Method__init__
(self, key_in_channels, query_in_channels, channels, out_channels, share_key_query, query_dow
mmseg/models/utils/self_attention_block.py:32
Method__init__
(self, channels, ratio=16, conv_cfg=None,
mmseg/models/utils/se_layer.py:26
Method__init__
(self, conv_block, in_channels, skip_channels,
mmseg/models/utils/up_conv_block.py:44
Method__init__
(self, block, inplanes, planes, num_blocks
mmseg/models/utils/res_layer.py:26
Method__init__
(self, in_channels, out_channels, mid_channels,
mmseg/models/utils/inverted_residual.py:124
Method__init__
(self, in_channels, channels, *, num_class
mmseg/models/decode_heads/decode_head.py:46
Method__init__
(self, **kwargs)
mmseg/models/decode_heads/sep_aspp_head.py:14
Method__init__
(self, pool_scales=(1, 2, 3, 6), **kwargs)
mmseg/models/decode_heads/uper_head.py:23
Method__init__
(self, feature_strides, **kwargs)
mmseg/models/decode_heads/segformer_head.py:39
Method__init__
(self, ratio=1 / 4., pooling_type='att', fusion_types=('cha
mmseg/models/decode_heads/gc_head.py:23
Method__init__
(self, **kwargs)
mmseg/models/decode_heads/sep_fcn_head.py:29
Method__init__
(self, feature_strides, **kwargs)
mmseg/models/decode_heads/fpn_head.py:23
Method__init__
(self, dilations, in_channels, channels, conv_cfg, norm_cfg, act_cfg)
mmseg/models/decode_heads/aspp_head.py:22
Method__init__
(self, recurrence=2, **kwargs)
mmseg/models/decode_heads/cc_head.py:24
Method__init__
(self, *arg, temperature, **kwargs)
mmseg/models/decode_heads/dnl_head.py:16
Method__init__
(self, pool_scales=(1, 2, 3, 6), **kwargs)
mmseg/models/decode_heads/psp_head.py:72
Method__init__
(self, num_fcs=3, coarse_pred_each_layer=True, conv_cfg=dic
mmseg/models/decode_heads/point_head.py:60
Method__init__
(self, in_channels, num_codes, conv_cfg, norm_cfg, act_cfg)
mmseg/models/decode_heads/enc_head.py:22
Method__init__
(self, scale)
mmseg/models/decode_heads/ocr_head.py:19
Method__init__
(self, in_channels, channels, scale, conv_cfg, norm_cfg, act_cfg)
mmseg/models/decode_heads/ocr_head.py:42
Method__init__
(self, num_convs=2, kernel_size=3, concat_input=True,
mmseg/models/decode_heads/fcn_head.py:22
Method__init__
(self, *args, **kwargs)
mmseg/models/decode_heads/cascade_decode_head.py:10
Method__init__
(self, pool_scales=(1, 3, 6, 8))
mmseg/models/decode_heads/ann_head.py:18
Method__init__
(self, low_in_channels, high_in_channels, channels, out_channels, share_key_query, query_scal
mmseg/models/decode_heads/ann_head.py:52
Method__init__
(self, in_channels, channels, out_channels, query_scales, key_pool_scales, conv_cfg, norm_cfg
mmseg/models/decode_heads/ann_head.py:150
Method__init__
(self, project_channels, query_scales=(1, ), key_pool_scale
mmseg/models/decode_heads/ann_head.py:198
← previousnext →301–400 of 711, ranked by callers