Closed jamesben6688 closed 1 year ago
Hi, the only difference between image-wise and volume-wise DSC and BACC is the data you used. What you can do is to save the predicted images by volumes and use the same DSC code to compute the volume-wise DSC.
For BACC, it is (sensitivity + specificity)/2, which also can be generalized from the DSC code.
Thank you so much for sharing your work. I observer that you only calculate the 2D dice score and jac score. Is it possible you share the code of computing DSC_v and BACC. Many thanks.