mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* Add Vaihingen * upload models&logs of vaihingen * fix unit test * fix dataset pipeline * fix unit test coverage * fix vaihingen docstring
8 lines
261 B
Python
8 lines
261 B
Python
_base_ = [
|
|
'../_base_/models/deeplabv3plus_r50-d8.py',
|
|
'../_base_/datasets/vaihingen.py', '../_base_/default_runtime.py',
|
|
'../_base_/schedules/schedule_80k.py'
|
|
]
|
|
model = dict(
|
|
decode_head=dict(num_classes=6), auxiliary_head=dict(num_classes=6))
|