7 lines
299 B
Python
7 lines
299 B
Python
|
checkpoint = 'https://download.openmmlab.com/mmsegmentation/v0.5/pretrain/stdc/stdc1_20220308-5368626c.pth' # noqa
|
||
|
_base_ = './stdc1_4xb12-80k_cityscapes-512x1024.py'
|
||
|
model = dict(
|
||
|
backbone=dict(
|
||
|
backbone_cfg=dict(
|
||
|
init_cfg=dict(type='Pretrained', checkpoint=checkpoint))))
|