[f1e01c]: / configs / upernet / upernet_r101_512x512_80k_ade20k.py

Download this file

3 lines (2 with data), 127 Bytes

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