mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 20:23:49 +08:00
5 lines
143 B
Python
5 lines
143 B
Python
|
_base_ = './nl_r50_40ki_cityscapes.py'
|
||
|
model = dict(
|
||
|
pretrained='pretrain_model/resnet101_v1c-5fe8ded3.pth',
|
||
|
backbone=dict(depth=101))
|