You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: