SRGAN-tensorflow
SRGAN-tensorflow copied to clipboard
Data Normalization
Why do you normalize the low-resolution image to [0, 1] and the high-resolution image to [-1, 1]
While feeding data into VGG network, should it be normalized to [0, 1]?
Hi, I have the same problem with you. And have you figured it out?
I didn't follow author's code at this part, instead I normalized both low resolution and high resolution images to [-1, 1], and normalized the data to [0, 1] for VGG loss computation. The result is good with my dataset.