6 lines
176 B
Python
6 lines
176 B
Python
|
_base_ = [
|
||
|
'../_base_/models/icnet_r50-d8.py',
|
||
|
'../_base_/datasets/cityscapes_832x832.py', '../_base_/default_runtime.py',
|
||
|
'../_base_/schedules/schedule_160k.py'
|
||
|
]
|