今天早上我想通过获得两张图片的 dice coefficient 值
score = dice_coef(prediction[1],groundTruth[1])
print(score)
print 的结果却是这样的信息
tf.Tensor(0.7923989514988125, shape=(), dtype=float64
今天早上我想通过获得两张图片的 dice coefficient 值
score = dice_coef(prediction[1],groundTruth[1])
print(score)
print 的结果却是这样的信息
tf.Tensor(0.7923989514988125, shape=(), dtype=float64