Replies: 1 comment 6 replies
-
Hi @fanruifu Can you share your |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hello,
I am working on creating a segmentation app based on this example:
https://docs.monai.io/projects/monai-deploy-app-sdk/en/0.5.1/notebooks/tutorials/03_segmentation_app.html
I am using a Windows system, so I am unable to use SDK versions newer than 0.5.1.
The example uses DICOMSeriesToVolumeOperator to pass an image object to the SpleenSegOperator, so I have been looking for an operator that can do the similar operation to NIFTI files. I found the NiftiDataLoader here (https://docs.monai.io/projects/monai-deploy-app-sdk/en/0.5.1/modules/_autosummary/monai.deploy.operators.NiftiDataLoader.html) but it only returns a ndarray.
I also found a discussion related to this question but not sure how to use it.
#421
Any suggestions would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions