mmsegmentation/configs/unet
谢昕辰 725d5aa002 [Feature] support mim (#549)
* dice loss

* format code, add docstring and calculate denominator without valid_mask

* minor change

* restore

* add metafile

* add manifest.in and add config at setup.py

* add requirements

* modify manifest

* modify manifest

* Update MANIFEST.in

* add metafile

* add metadata

* fix typo

* Update metafile.yml

* Update metafile.yml

* minor change

* Update metafile.yml

* add subfix

* fix mmshow

* add more  metafile

* add config to model_zoo

* fix bug

* Update mminstall.txt

* [fix] Add models

* [Fix] Add collections

* [fix] Modify collection name

* [Fix] Set datasets to unet metafile

* [Fix] Modify collection names

* complement inference time
2021-05-31 15:07:24 -07:00
..
README.md comment tag (#505) 2021-04-24 09:58:59 -07:00
deeplabv3_unet_s5-d16_64x64_40k_drive.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
deeplabv3_unet_s5-d16_128x128_40k_chase_db1.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
deeplabv3_unet_s5-d16_128x128_40k_stare.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
deeplabv3_unet_s5-d16_256x256_40k_hrf.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
fcn_unet_s5-d16_64x64_40k_drive.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
fcn_unet_s5-d16_128x128_40k_chase_db1.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
fcn_unet_s5-d16_128x128_40k_stare.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
fcn_unet_s5-d16_256x256_40k_hrf.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
metafile.yml [Feature] support mim (#549) 2021-05-31 15:07:24 -07:00
pspnet_unet_s5-d16_64x64_40k_drive.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
pspnet_unet_s5-d16_128x128_40k_chase_db1.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
pspnet_unet_s5-d16_128x128_40k_stare.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
pspnet_unet_s5-d16_256x256_40k_hrf.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00

README.md

U-Net: Convolutional Networks for Biomedical Image Segmentation

Introduction

@inproceedings{ronneberger2015u,
  title={U-net: Convolutional networks for biomedical image segmentation},
  author={Ronneberger, Olaf and Fischer, Philipp and Brox, Thomas},
  booktitle={International Conference on Medical image computing and computer-assisted intervention},
  pages={234--241},
  year={2015},
  organization={Springer}
}

Results and models

DRIVE

Backbone Head Image Size Crop Size Stride Lr schd Mem (GB) Inf time (fps) Dice config download
UNet-S5-D16 FCN 584x565 64x64 42x42 40000 0.680 - 78.67 config model | log
UNet-S5-D16 PSPNet 584x565 64x64 42x42 40000 0.599 - 78.62 config model | log
UNet-S5-D16 DeepLabV3 584x565 64x64 42x42 40000 0.596 - 78.69 config model | log

STARE

Backbone Head Image Size Crop Size Stride Lr schd Mem (GB) Inf time (fps) Dice config download
UNet-S5-D16 FCN 605x700 128x128 85x85 40000 0.968 - 81.02 config model | log
UNet-S5-D16 PSPNet 605x700 128x128 85x85 40000 0.982 - 81.22 config model | log
UNet-S5-D16 DeepLabV3 605x700 128x128 85x85 40000 0.999 - 80.93 config model | log

CHASE_DB1

Backbone Head Image Size Crop Size Stride Lr schd Mem (GB) Inf time (fps) Dice config download
UNet-S5-D16 FCN 960x999 128x128 85x85 40000 0.968 - 80.24 config model | log
UNet-S5-D16 PSPNet 960x999 128x128 85x85 40000 0.982 - 80.36 config model | log
UNet-S5-D16 DeepLabV3 960x999 128x128 85x85 40000 0.999 - 80.47 config model | log

HRF

Backbone Head Image Size Crop Size Stride Lr schd Mem (GB) Inf time (fps) Dice config download
UNet-S5-D16 FCN 2336x3504 256x256 170x170 40000 2.525 - 79.45 config model | log
UNet-S5-D16 PSPNet 2336x3504 256x256 170x170 40000 2.588 - 80.07 config model | log
UNet-S5-D16 DeepLabV3 2336x3504 256x256 170x170 40000 2.604 - 80.21 config model | log