[f1e01c]: / configs / ocrnet / ocrnet_hr18_512x1024_160k_cityscapes.py

Download this file

5 lines (4 with data), 163 Bytes

1
2
3
4
_base_ = [
'../_base_/models/ocrnet_hr18.py', '../_base_/datasets/cityscapes.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py'
]