mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 15:44:34 +08:00
5 lines
159 B
Python
5 lines
159 B
Python
|
_base_ = [
|
||
|
'../_base_/models/psa_r50.py', '../_base_/datasets/cityscapes.py',
|
||
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_60ki.py'
|
||
|
]
|