uniformer_image_segmentation / configs /nonlocal_net /nonlocal_r101-d8_512x512_160k_ade20k.py
SakuraD's picture
update
37b7a23
raw
history blame contribute delete
No virus
132 Bytes
_base_ = './nonlocal_r50-d8_512x512_160k_ade20k.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))