Logo
Explore Help
Register Sign In
mirrors/mmsegmentation
1
0
Fork 0
You've already forked mmsegmentation
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 03:06:16 +08:00
Code Issues Projects Releases Wiki Activity
mmsegmentation/configs/unet/fcn_unet_s5-d16_128x128_40k_stare.py

7 lines
262 B
Python
Raw Normal View History

Add 4 retinal vessel segmentation benchmark (#315) * add 4 retinal vessel segmentation configs of UNet * fix flip augmentation * add unet benchmark on 4 medical datasets * fix hrf bug
2020-12-24 15:58:09 +08:00
_base_ = [
Add more UNet-based medical segmentation benchmark (#324) * Add UNet as backbone and FCN PSPNet DeepLabV3 as decode_head benchmark on 4 retinal vessel segmentation datasets * adjust README of UNet
2021-01-11 16:07:59 +08:00
'../_base_/models/fcn_unet_s5-d16.py', '../_base_/datasets/stare.py',
Add 4 retinal vessel segmentation benchmark (#315) * add 4 retinal vessel segmentation configs of UNet * fix flip augmentation * add unet benchmark on 4 medical datasets * fix hrf bug
2020-12-24 15:58:09 +08:00
'../_base_/default_runtime.py', '../_base_/schedules/schedule_40k.py'
]
[Improvement] Move train_cfg/test_cfg inside model (#341) * [Improvement] Move train_cfg/test_cfg inside model * fixed config dict * fixed config dict
2021-01-19 17:06:23 -08:00
model = dict(test_cfg=dict(crop_size=(128, 128), stride=(85, 85)))
Add 4 retinal vessel segmentation benchmark (#315) * add 4 retinal vessel segmentation configs of UNet * fix flip augmentation * add unet benchmark on 4 medical datasets * fix hrf bug
2020-12-24 15:58:09 +08:00
evaluation = dict(metric='mDice')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 667ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API