Replies: 1 comment
-
Hi @sepidhk, using a 3D U-Net model trained on 3D MRI volumes to predict 2D DICOM slices is possible but not straightforward due to differences in input dimensionality.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have trained a 3D UNet model on 3D MRI volumes (Nifti) with dimensions (width: 512, height: 512, slices: 64). Now, I have a set of 2D DICOM slices (not a 3D volume). Is it possible to use the 3D-trained model to predict the 2D slices? Any thoughts?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions