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