[f1e01c]: / configs / hrnet / fcn_hr18_512x1024_160k_cityscapes.py

Download this file

5 lines (4 with data), 160 Bytes

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