[f1e01c]: / configs / pspnet / pspnet_r101-d8_512x512_80k_loveda.py

Download this file

7 lines (6 with data), 198 Bytes

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