mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
6 lines
228 B
Python
6 lines
228 B
Python
_base_ = [
|
|
'../_base_/models/fcn_unet_s5-d16.py', '../_base_/datasets/stare.py',
|
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_40k.py'
|
|
]
|
|
model = dict(test_cfg=dict(crop_size=(128, 128), stride=(85, 85)))
|