8 lines
266 B
Python
8 lines
266 B
Python
_base_ = [
|
|
'../_base_/models/fastfcn_r50-d32_jpu_psp.py',
|
|
'../_base_/datasets/ade20k.py', '../_base_/default_runtime.py',
|
|
'../_base_/schedules/schedule_160k.py'
|
|
]
|
|
model = dict(
|
|
decode_head=dict(num_classes=150), auxiliary_head=dict(num_classes=150))
|