2D Slices from 3D Input #745
Unanswered
dannyhow12
asked this question in
Q&A
Replies: 1 comment 16 replies
-
Hi @dannyhow12 , Thanks for your interest here. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Once again, thank you for the amazing repo and the ever so supportive MONAI community.
I have achieved success in implementing the 3D UNet with the MONAI framework, however I would like to now test it on a 2D UNet, where I would wish to input the 3D images that I have, have them sliced into 2D images, and to be trained with MONAI.
I have come across the 2d_inference_3d_volume.ipynb, which gives a suggestion on how to perform so. However, it only uses a dummy example. I would appreciate if any suggestions are given on how I would input my 3D images and incorporate it into the function. Many thanks
Also, by referring to the 2d unet_trainingdict.py, it is able to load the 2D slices, however, how would I want to make sure that the slices that are input to the network are of the same case? Therefore aggregating all the slices of that case, then computing the Dice score
Best regards,
Danny
Beta Was this translation helpful? Give feedback.
All reactions