I am working on semantic segmentation using CNNs.
I have normalized the values of images to range [0,1]. I have trained my network many times, learning curve seems is learning well, however, the output is always black image. My question is does really scaling affects the learning or should the range of pixel values remains in 0-255 range?
Thanks a lot.