Replies: 2 comments 3 replies
-
for the 2nd one I think you can try |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @cugwu , MONAI supports many different visualization methods, you can refer to the tutorial: Thanks. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I've implemented the tutorial in:
https://github.com/Project-MONAI/tutorials/blob/main/modules/cross_validation_models_ensemble.ipynb
related to the ensemble evaluator.
I wondered, how can I visualize the final predictions obtained with the mean dice or majority voting? Is there a way to have the final model used inside the ensemble evaluator to obtain the final results? I just need the predictions in order to have qualitative results.
My second question is, how can I remove the following message "INFO:nibabel.global:pixdim[0] (qfac) should be 1 (default) or -1; setting qfac to 1"? Is not a simple warning so I cannot remove it by just suppressing all the warnings.
Beta Was this translation helpful? Give feedback.
All reactions