mmsegmentation/configs_unify/gcnet/gc_r101_40ki_cityscapes.py

5 lines
143 B
Python

_base_ = './gc_r50_40ki_cityscapes.py'
model = dict(
pretrained='pretrain_model/resnet101_v1c-5fe8ded3.pth',
backbone=dict(depth=101))