mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* Add UNet as backbone and FCN PSPNet DeepLabV3 as decode_head benchmark on 4 retinal vessel segmentation datasets * adjust README of UNet
7 lines
254 B
Python
7 lines
254 B
Python
_base_ = [
|
|
'../_base_/models/deeplabv3_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')
|