mmsegmentation/configs/deeplabv3/deeplabv3_r101-d8_769x769_8...

3 lines
136 B
Python
Raw Normal View History

2020-07-07 20:52:19 +08:00
_base_ = './deeplabv3_r50-d8_769x769_80k_cityscapes.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))