Replies: 1 comment
-
Hi @pnama,
Hope it helps, thanks! |
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.
-
I am currently working on a project where I am segmenting cancerous regions from 3D brain MRI scans. I have successfully downloaded and loaded a model from the MONAI Model Zoo (3d brats mri segmentation) to assist with this. However, I encountered a challenge: the model seems to have been trained on 4-channel images, necessitating an input size of 16,4,3,3,3.
My current dataset consists of brain images stored in NIfTI files with a shape of a,b,c. I am seeking guidance on how to appropriately reshape my images to match the model's input requirements without compromising the integrity of the original image structure or information.
Alternatively, would it be more feasible to train a new model myself to better suit the format of my existing data? I am keen to utilize the MONAI model and would appreciate any suggestions on the optimal way to proceed.
Beta Was this translation helpful? Give feedback.
All reactions