[f1e01c]: / configs / hrnet / fcn_hr18_512x512_80k_loveda.py

Download this file

6 lines (5 with data), 201 Bytes

1
2
3
4
5
_base_ = [
'../_base_/models/fcn_hr18.py', '../_base_/datasets/loveda.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
]
model = dict(decode_head=dict(num_classes=7))