↓ 11 callersFunctionevaluate_msf(
model,
dataloader,
config,
device,
scales,
flip,
engine,
save_dir=None,
utils/val_mm.py:246
↓ 6 callersMethod__init__(
self,
in_channels,
out_channels,
exp_ratio=6,
stride=1,
conv
mmseg/models/backbones/bisenetv2.py:217
↓ 6 callersMethod__init__(
self,
in_channels=3,
embed_dims=[64, 128, 256],
patch_sizes=[4, 2, 2, 2],
mmseg/models/backbones/twins.py:546
↓ 4 callersMethod__init__(
self,
backbone_cfg,
in_channels=3,
spatial_channels=(64, 64, 64, 128),
mmseg/models/backbones/bisenetv1.py:322
↓ 4 callersMethod__init__(
self,
depth,
in_channels=3,
stem_channels=64,
base_channels=64,
mmseg/models/backbones/resnet.py:368
↓ 4 callersMethod__init__(
self,
low_in_channels,
high_in_channels,
channels,
out_channels,
mmseg/models/decode_heads/ann_head.py:110
↓ 4 callersFunctionnlc_to_nchwConvert [N, L, C] shape tensor to [N, C, H, W] shape tensor. Args: x (Tensor): The input tensor of shape [N, L, C] before conversion.
mmseg/models/utils/shape_convert.py:2
↓ 3 callersMethod__init__(self, groups=1, base_width=4, radix=2, reduction_factor=4, avg_down_stride=True, **kwargs)
mmseg/models/backbones/resnest.py:285
↓ 3 callersMethod__init__(
self,
in_channels=3,
base_channels=64,
num_stages=5,
strides=(1, 1,
mmseg/models/backbones/unet.py:285
↓ 3 callersMethod__init__(
self,
in_channels=3,
num_channels=(32, 64, 128),
num_blocks=(3, 21),
mmseg/models/backbones/cgnet.py:207
↓ 3 callersMethod__init__(
self,
in_channels=3,
downsample_dw_channels=(32, 48),
global_in_channels=64,
mmseg/models/backbones/fast_scnn.py:319
↓ 3 callersMethod__init__(
self,
in_channels=3,
enc_downsample_channels=(16, 64, 128),
enc_stage_non_bo
mmseg/models/backbones/erfnet.py:232
↓ 3 callersMethod__init__(
self,
embed_dims=768,
post_process_channels=[96, 192, 384, 768],
readout_typ
mmseg/models/decode_heads/dpt_head.py:203
↓ 3 callersMethod_make_layer(self, in_channels, out_channels, blocks, stride=1, expand_ratio=6)
mmseg/models/backbones/fast_scnn.py:167
↓ 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.
mmseg/models/utils/shape_convert.py:19
↓ 3 callersFunctionput_mask(image,mask,color_rgb=None,border_mask=False,color_temp='jet',num_c='',beta=2,fixed_num=None)
utils/demo_geometry_prior.py:107
↓ 2 callersMethod__init__(
self,
img_size=224,
patch_size=16,
in_channels=3,
embed_dims=768,
mmseg/models/backbones/beit.py:265