↓ 1 callersMethod__init__(self, dilations=(1, 6, 12, 18), **kwargs)
annotator/uniformer/mmseg/models/decode_heads/aspp_head.py:64
↓ 1 callersMethod__init__(self, pool_scales, in_channels, channels, conv_cfg, norm_cfg,
act_cfg, align_corners)
annotator/uniformer/mmseg/models/decode_heads/psp_head.py:24
↓ 1 callersMethod__init__(self, filter_size, fusion, in_channels, channels, conv_cfg,
norm_cfg, act_cfg)
annotator/uniformer/mmseg/models/decode_heads/dm_head.py:24
↓ 1 callersMethod__init__(self, pool_scale, fusion, in_channels, channels, conv_cfg,
norm_cfg, act_cfg)
annotator/uniformer/mmseg/models/decode_heads/apc_head.py:25
↓ 1 callersFunction_load_checkpointLoad checkpoint from somewhere (modelzoo, file, url). Args: filename (str): Accept local filepath, URL, ``torchvision://xxx``,
annotator/uniformer/mmcv_custom/checkpoint.py:225
↓ 1 callersFunction_make_vit_b_rn50_backbone(
model,
features=[256, 512, 768, 768],
size=[384, 384],
hooks=[0, 1, 8, 11],
vit_features
annotator/midas/midas/vit.py:343