Hello, thank you so much for your nice and detailed explanations about U-Net and Image segmentation.
I had no idea what those are, and I was able to learn a lot from your thorough explanations and well-explained codes.
However, when normalizing image data by dividing all images by 255.0, it does not work for images in mask directory.
So when I fit the model, it gives me negative values for binary cross_entroy error :)
So, I added the code myself to manually normalize image data in mask directory. Thanks for reading!
Hello, thank you so much for your nice and detailed explanations about U-Net and Image segmentation.
I had no idea what those are, and I was able to learn a lot from your thorough explanations and well-explained codes.
However, when normalizing image data by dividing all images by 255.0, it does not work for images in mask directory.
So when I fit the model, it gives me negative values for binary cross_entroy error :)
So, I added the code myself to manually normalize image data in mask directory. Thanks for reading!