-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D UNet implementation #101
Comments
Hi Alex, |
Hi Fabian, Thanks for the reply. So the data I am training is chest CT. My training set has the following shape Also, when you mention you are using a "fancier 3D segmentation network" is it some network from literature? I noticed that you are using batch_norm on the Recipes/ModelZoo UNet. If I add batch_norm layers in the 3D UNet it just gives me constantly out-of-memory errors although I have tons of free GPU memory. -Alex |
@FabianIsensee I am just touching base in case you have some time to respond above. I could move the discussion to the group. Thanks a lot in advance. -Alex |
Hi Alex, |
Hey Alex, |
Hi @FabianIsensee I managed to put an example with BRATS here: https://groups.google.com/forum/#!topic/lasagne-users/FGcOdZe6WoY As you can see in the notebook the results are not satisfactory. Can you have a quick look and let me know what I am doing wrong? I would like to share with the Lasagne community. Thanks again for the valuable help. |
Hi @FabianIsensee just wanted to touch base with you if you had a chance to look into the discussion and see some results: https://groups.google.com/forum/#!topic/lasagne-users/FGcOdZe6WoY Thanks |
I modified @FabianIsensee implementation of 2D UNet to 3D UNet using the paper's description . The implementation is here: https://gist.github.com/mongoose54/c93c113ae195188394a7b363c24e2ac0
I tried it on a 3D medical image dataset but I cannot say I am getting satisfying results. So I am not sure if my implementation is buggy or in general 3D UNet does not perform well. @FabianIsensee you mentioned you have implemented 3D UNet, what is your experience? Do you get good results?
The text was updated successfully, but these errors were encountered: