Replies: 1 comment
-
Hi @uto-lt, seems to be right; can you run and save it successfully? |
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.
-
Hello, I was following the
3D UX-Net
script to perform segmentation tasks. The following is thepost_transform
code of3D UX-Net
script, which is used to save the segmentation results.Now, I want to save the segmentation map at the same time, how should I modify the code?
The following is my initial attempt, but I don't know if it is right.
I added a
SaveImaged
beforeAsDiscrete
, whereargs.probabilitymap
is the path I want to save the probability map in.I am wondering if it is correct, I would appreciate it if you can help me out.
Looking forward to your reply! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions