Replies: 1 comment
-
Hi @radiplab , Thanks for your interest here. 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
-
Thanks for the great tutorials - they got me up and running fast and are very helpful.
I've been using the 3D spleen segmentation tutorial. One thing I've struggled with is using a trained model to then make single predictions on images. More specifically, an already loaded numpy array of the image data (I do manipulations to the image and want to then make predictions without resaving to .nii and reloading). I suspect the "Evaluation on original image spacings" section of the tutorial is close to what I need, and perhaps using an ArrayDataset? Are there any additional examples that illustrate exactly how that could be done? It's such a common task, I want to do it the "right" way within the Monai framework. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions