snnetv2-semantic-segmentation / configs /hrnet /fcn_hr18s_4xb4-80k_pascal-context-480x480.py
HubHop
update
412c852
raw
history blame contribute delete
380 Bytes
_base_ = './fcn_hr18_4xb4-80k_pascal-context-480x480.py'
model = dict(
pretrained='open-mmlab://msra/hrnetv2_w18_small',
backbone=dict(
extra=dict(
stage1=dict(num_blocks=(2, )),
stage2=dict(num_blocks=(2, 2)),
stage3=dict(num_modules=3, num_blocks=(2, 2, 2)),
stage4=dict(num_modules=2, num_blocks=(2, 2, 2, 2)))))