-
Hi, I'm using monai.engines.EnsembleEvaluator. I want to save my final predictions after the ensemble. Following the tutorial I have:
I know that SaveImaged should save your final volume but when I try to open it with the following code:
I have the following error: What I'm doing wrong? Why I'm not able to save the predictions of the ensemble evaluator and visualize them? I have also tried to put in SaveImaged the following parameter: meta_keys="image_meta_dict" but nothing changed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @cugwu, could you please check your |
Beta Was this translation helpful? Give feedback.
Hi @cugwu, could you please check your
data
type, since your error message showed that it is None.