[4e96d3]: / configs / ocrnet / ocrnet_hr18_512x1024_80k_cityscapes.py

Download this file

5 lines (4 with data), 162 Bytes

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