mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-02 23:35:49 +08:00
6 lines
202 B
Python
6 lines
202 B
Python
|
_base_ = [
|
||
|
'../_base_/models/fcn_hr18.py', '../_base_/datasets/potsdam.py',
|
||
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
|
||
|
]
|
||
|
model = dict(decode_head=dict(num_classes=6))
|