[4e96d3]: / configs / encnet / encnet_r50s-d8_512x512_80k_ade20k.py

Download this file

9 lines (8 with data), 293 Bytes

1
2
3
4
5
6
7
8
_base_ = [
'../_base_/models/encnet_r50-d8.py', '../_base_/datasets/ade20k.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
]
model = dict(
backbone=dict(stem_channels=128),
decode_head=dict(num_classes=150),
auxiliary_head=dict(num_classes=150))