Project-MONAI / tutorials

MONAI Tutorials
https://monai.io/started.html
Apache License 2.0
1.85k stars 681 forks source link

Issue about computing dice #660

Closed jiesihu closed 2 years ago

jiesihu commented 2 years ago

Is it the right way to record dice of each batch with 'dice = dice_metric.aggregate().item()'? This line of code seems to compute the mean of the previously calculated Dice for 'dice' and might result in a wrong' mean_dice_val'.

jiesihu commented 2 years ago

For unetr_btcv_segmentation_3d.ipynb