-
I'm using UNETR code a brain image dataset instead of BTCV, |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Dec 28, 2022
Replies: 1 comment
-
Hi @ellenyumin, you can use MONAI/monai/transforms/io/array.py Line 292 in 97918e4
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wyli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ellenyumin, you can use
SaveImage
to save the predictions.MONAI/monai/transforms/io/array.py
Line 292 in 97918e4
Thanks!