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

Download this file

6 lines (5 with data), 203 Bytes

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