mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 08:39:27 +08:00
7 lines
218 B
Python
7 lines
218 B
Python
|
_base_ = './icnet_r50-d8_832x832_160k_cityscapes.py'
|
||
|
model = dict(
|
||
|
backbone=dict(
|
||
|
backbone_cfg=dict(
|
||
|
init_cfg=dict(
|
||
|
type='Pretrained', checkpoint='open-mmlab://resnet50_v1c'))))
|