snnetv2-semantic-segmentation / configs /stdc /stdc1_in1k-pre_4xb12-80k_cityscapes-512x1024.py
HubHop
update
412c852
raw
history blame contribute delete
299 Bytes
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))))