biomag-lab / hypocotyl-UNet

MIT License
11 stars 2 forks source link

Normalization of training data #14

Open darvida opened 3 years ago

darvida commented 3 years ago

Did you normalize the pixel values of the training data between 0-1, instead of the normal pixel value of 0-255?

cosmic-cortex commented 3 years ago

Hi! I have scaled my images to 0-1. However, I did not normalize them. (Normalization means a special scaling transformation, where the pixel intensity values are transformed such that their means and standard deviations match.)