gift-surg / FetalBrainSegmentation_MONAI

Tool for fetal brain segmentation in MRI
Apache License 2.0
1 stars 0 forks source link

Test dynUNet for 2D fetal brain segmentation #13

Open martaranzini opened 4 years ago

martaranzini commented 4 years ago

Test MONAI implementation of dynUNet on our fetal brain segmentation task to check its performance compared to the nnU-Net framework. Follow the tutorial: https://github.com/Project-MONAI/tutorials/blob/master/modules/dynunet_tutorial.ipynb

Note: need to upgrade to monai0.3.0 to use the dynUNet.

martaranzini commented 4 years ago

WIP in branch 5-dynUNet