test2 / configs /ocrnet /ocrnet_hr18_512x1024_40k_cityscapes.py
mccaly's picture
Upload 660 files
b13b124
raw history blame
No virus
162 Bytes
_base_ = [
'../_base_/models/ocrnet_hr18.py', '../_base_/datasets/cityscapes.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_40k.py'
]