nabsabraham / focal-tversky-unet

This repo contains the code for our paper "A novel focal Tversky loss function and improved Attention U-Net for lesion segmentation" accepted at IEEE ISBI 2019.
357 stars 72 forks source link

val_dsc is bigger than 1? #28

Open linyingyingkarina opened 2 years ago

linyingyingkarina commented 2 years ago

thanks for your work.

I have encountered an issue that when I training the model with my own data, the dsc and val_dsc during training is bigger than 1? if I am right, I think the DSC is for dice coefficient, it should be less than 1. thanks.

yilei-wu commented 2 years ago

one possibility I can think of is the mask used for compute DSC contains value greater than 1.