mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
8 lines
219 B
Python
8 lines
219 B
Python
|
_base_ = ['./mask2former_r50_8xb2-90k_cityscapes-512x1024.py']
|
||
|
|
||
|
model = dict(
|
||
|
backbone=dict(
|
||
|
depth=101,
|
||
|
init_cfg=dict(type='Pretrained',
|
||
|
checkpoint='torchvision://resnet101')))
|