uniformer_image_segmentation / configs /hrnet /fcn_hr18_480x480_80k_pascal_context_59.py
SakuraD's picture
update
37b7a23
raw
history blame contribute delete
No virus
366 Bytes
_base_ = [
'../_base_/models/fcn_hr18.py', '../_base_/datasets/pascal_context_59.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
]
model = dict(
decode_head=dict(num_classes=59),
test_cfg=dict(mode='slide', crop_size=(480, 480), stride=(320, 320)))
optimizer = dict(type='SGD', lr=0.004, momentum=0.9, weight_decay=0.0001)