7 lines
248 B
Python
7 lines
248 B
Python
|
_base_ = [
|
||
|
'../_base_/models/fcn_unet_s5-d16.py', '../_base_/datasets/drive.py',
|
||
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_40k.py'
|
||
|
]
|
||
|
test_cfg = dict(crop_size=(64, 64), stride=(42, 42))
|
||
|
evaluation = dict(metric='mDice')
|