how to get dice score?
ground truth image
segmented image
def dice_coef(y_true, y_pred, smooth=1): intersection = K.sum(y_true *