uniformer_image_segmentation / configs /ocrnet /ocrnet_hr18_512x1024_160k_cityscapes.py
SakuraD's picture
update
bd22556
raw
history blame contribute delete
163 Bytes
_base_ = [
'../_base_/models/ocrnet_hr18.py', '../_base_/datasets/cityscapes.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py'
]