[4e96d3]: / configs / stdc / stdc2_in1k-pre_512x1024_80k_cityscapes.py

Download this file

7 lines (6 with data), 208 Bytes

1
2
3
4
5
6
_base_ = './stdc2_512x1024_80k_cityscapes.py'
model = dict(
backbone=dict(
backbone_cfg=dict(
init_cfg=dict(
type='Pretrained', checkpoint='./pretrained/stdc2.pth'))))