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