-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Evaluation metrics for BraTS example #316
Comments
Update 2/9/24 - See this gist for a working example on how to use MONAI to evaluate predictions:
|
Thank you for the tip, I will try it this way and see if it works. I will also try to write the code into the cross-validation pipeline. In the meantime, please let me know if you do the coding for the latter. |
I've edited the previous comment to correct my suggestion to use argmax, which was an error on my part. I added some comments to clear things up about converting predictions with a hierarchy into a label map. Here is the snipped of code with comments: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you are still wanting followup to this issue, please ping the thread by leaving a comment. You may also contact david.ellis@unmc.edu with questions. |
Dear Ellis,
Thank you for your earlier responses, I have managed to run fivefold cross-validation training on the BraTS dataset. As you know the dice metric used here is the loss function. Similarly, can we generate a
dice coefficient score and HD
of each tumor class(WT, ET, and TC)
?Best.
The text was updated successfully, but these errors were encountered: