mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-02 22:55:24 +08:00
8 lines
263 B
Python
8 lines
263 B
Python
_base_ = [
|
|
'../_base_/models/pspnet_r50-d8.py',
|
|
'../_base_/datasets/pascal_voc12_aug.py', '../_base_/default_runtime.py',
|
|
'../_base_/schedules/schedule_20k.py'
|
|
]
|
|
model = dict(
|
|
decode_head=dict(num_classes=21), auxiliary_head=dict(num_classes=21))
|