[4e96d3]: / configs / deeplabv3plus / deeplabv3plus_r101-d8_769x769_80k_cityscapes.py

Download this file

3 lines (2 with data), 140 Bytes

1
2
_base_ = './deeplabv3plus_r50-d8_769x769_80k_cityscapes.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))