Save 3D segmentation results of each channel directly #5937
Answered
by
KumoLiu
YingdiZhang
asked this question in
Q&A
-
Thanks for the great job. I am using monai in a 3D segmentation task with output channel 6. I want to save the output of each channel directly. How should I write the postprocess and save image transform? |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Feb 4, 2023
Replies: 1 comment 2 replies
-
Hi @YingdiZhang, you could try to use
Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
YingdiZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @YingdiZhang, you could try to use
SplitDimd
andSaveImaged
. Here is a simple example.Hope it can help you, thanks!