5 lines
164 B
Python
5 lines
164 B
Python
|
_base_ = [
|
||
|
'../_base_/models/psanet_r50-d8.py', '../_base_/datasets/cityscapes.py',
|
||
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
|
||
|
]
|