"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "e2ff55d28a65e3ddeafdc333aad72d6b1261c58c"
Newer
Older
'./swin-tiny-patch4-window7-in1k-pre_upernet_8xb2-160k_ade20k-512x512.py'
checkpoint_file = 'https://download.openmmlab.com/mmsegmentation/v0.5/pretrain/swin/swin_small_patch4_window7_224_20220317-7ba6d6dd.pth' # noqa
backbone=dict(
init_cfg=dict(type='Pretrained', checkpoint=checkpoint_file),
depths=[2, 2, 18, 2]),

谢昕辰
committed
decode_head=dict(in_channels=[96, 192, 384, 768], num_classes=150),
auxiliary_head=dict(in_channels=384, num_classes=150))