7 lines
208 B
Python
7 lines
208 B
Python
|
_base_ = './stdc1_512x1024_80k_cityscapes.py'
|
||
|
model = dict(
|
||
|
backbone=dict(
|
||
|
backbone_cfg=dict(
|
||
|
init_cfg=dict(
|
||
|
type='Pretrained', checkpoint='./pretrained/stdc1.pth'))))
|