uniformer_image_segmentation / configs /hrnet /fcn_hr18_512x512_20k_voc12aug.py
SakuraD's picture
update
37b7a23
raw
history blame contribute delete
No virus
212 Bytes
_base_ = [
'../_base_/models/fcn_hr18.py', '../_base_/datasets/pascal_voc12_aug.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_20k.py'
]
model = dict(decode_head=dict(num_classes=21))