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

Dice Score is low

Open zzh1230 opened this issue 1 year ago • 2 comments

I trained on the LiTS data set, and the Dice Score on the training set can reach 0.9035, but only 0.6898 on the test set. When I visualized the results, I found an interesting thing. The predicted shapes are very similar, but there seems to be some Offset, where might the problem be? image

zzh1230 avatar Jun 07 '23 08:06 zzh1230

I do not encounter your problem before, it is very interesting. You can check if there are problems about resample or crop non-zero operation in the data loading processing.

920232796 avatar Jun 08 '23 05:06 920232796

Oh, I met the same problem with you! T^T

OCEANOUXIN avatar Oct 27 '23 06:10 OCEANOUXIN