-
Hello. I evaluated my 3D Unet model on my testing dataset for 5 original images with their masks. I received good score for dice_metric(y_pred, y), but to be total transparent with results I need to check with you some details. I used dice_metric.get_buffer() to check all calculated scores and I received the following results below. I believe 5 rows are the number of my 5 images/masks. But what are the 4 columns exactly, what they are representing? ([[0.9041, 0.9717, 0.9807, 0.9075], |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I checked on Sleep dataset and results were represented with one column, it means it is a number of classes excluding background. |
Beta Was this translation helpful? Give feedback.
I checked on Sleep dataset and results were represented with one column, it means it is a number of classes excluding background.
I am closing the ticket :)