uniformer_image_segmentation / configs /sem_fpn /fpn_r101_512x1024_80k_cityscapes.py
SakuraD's picture
update
bd22556
raw
history blame contribute delete
No virus
128 Bytes
_base_ = './fpn_r50_512x1024_80k_cityscapes.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))