snnetv2-semantic-segmentation / configs /fcn /fcn-d6_r101-d16_4xb2-40k_cityscapes-769x769.py
HubHop
update
412c852
raw
history blame contribute delete
139 Bytes
_base_ = './fcn-d6_r50-d16_4xb2-40k_cityscapes-769x769.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))