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

Download this file

7 lines (6 with data), 205 Bytes

1
2
3
4
5
6
_base_ = './deeplabv3plus_r50-d8_512x512_80k_loveda.py'
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(
type='Pretrained', checkpoint='open-mmlab://resnet101_v1c')))