Run a 2D model on 3D inputs #3901
Replies: 3 comments 3 replies
-
Hi @Eddowesselink , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
-
in general, set the |
Beta Was this translation helpful? Give feedback.
-
Thank you very much implementing this sliding inferer into the core codebase. This works very well. Kind regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developers,
First of all, let me thank you for all the hard work on building MONAI. We have already succesfully used Monai (and NIftynet in the past) for 3D segmentation tasks for research purposes.
At this moment, we would like to train a 2D model (x,y,1) on 3D inputs (pix dim = 0.39x0.39x5, FOV = 512,512,50). In Niftynet we could (DenseVnet architecture) set the zth dimension to 1 (x,y,1), but it didn't work in Monai. Is there also an option in Monai to train a 2D model on 3D inputs using an UNET architecture?
Kind regards,
Eddo Wesselink
Beta Was this translation helpful? Give feedback.
All reactions