Pytorch-UNet icon indicating copy to clipboard operation
Pytorch-UNet copied to clipboard

how to get approximate value as the description Dice coefficient of 0.988423

Open sparkssjj opened this issue 3 years ago • 1 comments

hi, i got a Dice coefficient of 0.6736 with scaled 0.5, but throught the description you got a Dice coefficient of 0.988423, how did you got this? my approach is : 2*(prediction * ground truch mask )/(predition + ground truth mask)

sparkssjj avatar Nov 22 '22 09:11 sparkssjj

Hi, running the latest master with scale 0.5 and AMP (python train.py --amp) gives 0.988

image

milesial avatar Dec 06 '22 19:12 milesial