mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
6 lines
175 B
Python
6 lines
175 B
Python
|
_base_ = [
|
||
|
'../_base_/models/deeplabv3plus_r50-d8.py',
|
||
|
'../_base_/datasets/cityscapes.py', '../_base_/default_runtime.py',
|
||
|
'../_base_/schedules/schedule_40k.py'
|
||
|
]
|