SSL4MIS icon indicating copy to clipboard operation
SSL4MIS copied to clipboard

About the calculation of metrics

Open abcxubu opened this issue 3 years ago • 0 comments

Thanks for your wonderful work. I have learned a lot from it. I'm a little confused about the calculation of the metrics (e.g., Dice, ASD) in test_3D_utils on line 106 (metric = calculate_metric_percase(label == 1, prediction == 1)). I am wondering the order of 'label == 1' and 'prediction == 1' could be changed.

abcxubu avatar May 18 '22 01:05 abcxubu