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