uniformer_image_segmentation / configs /dnlnet /dnl_r101-d8_512x1024_40k_cityscapes.py
SakuraD's picture
update
37b7a23
raw
history blame contribute delete
No virus
131 Bytes
_base_ = './dnl_r50-d8_512x1024_40k_cityscapes.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))