|
checkpoint = 'https://download.openmmlab.com/mmsegmentation/v0.5/pretrain/stdc/stdc1_20220308-5368626c.pth' # noqa
|
|
_base_ = './stdc1_512x1024_80k_cityscapes.py'
|
|
model = dict(
|
|
backbone=dict(
|
|
backbone_cfg=dict(
|
|
init_cfg=dict(type='Pretrained', checkpoint=checkpoint))))
|