You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to run the example code on SCGMChallenge dataset
I see that the dice score is computed using scipy
Since the preds and gt_npy are not boolean arrays the outcome of dice dissimilarity is sometimes negative
d -0.1138425519461516
Then the dice score (1-d) is more than one as below
d1 1.1138425519461517
The resultant is that the dice score is more than 100
The text was updated successfully, but these errors were encountered:
I have been trying to run the example code on SCGMChallenge dataset
I see that the dice score is computed using scipy
Since the preds and gt_npy are not boolean arrays the outcome of dice dissimilarity is sometimes negative
d -0.1138425519461516
Then the dice score (1-d) is more than one as below
d1 1.1138425519461517
The resultant is that the dice score is more than 100
The text was updated successfully, but these errors were encountered: