usuyama / pytorch-unet

Simple PyTorch implementations of U-Net/FullyConvNet (FCN) for image segmentation
https://colab.research.google.com/github/usuyama/pytorch-unet/blob/master/pytorch_unet_resnet18_colab.ipynb
MIT License
827 stars 233 forks source link

Dice value is high at the beginning #16

Closed blueclowd closed 4 years ago

blueclowd commented 4 years ago

Hi @usuyama,

Thanks for sharing your good work. I try to run the training using the simulation data and the value of dice is quite high at the beginning (0.98)

Have you ever experience this case? I assume it is something wrong, any suggestion? Thanks