tadax / srgan

SRGAN implemetation with TensorFlow
83 stars 31 forks source link

Some Absurd Colour Artifacts #7

Open joydeepdas opened 7 years ago

joydeepdas commented 7 years ago

Hello, I tried to modify your code to match the other things from reference paper where you deviated, but still the absurd colour artifacts visible in your results are unable to get off. Is there something else , the result of which is such colour artifacts( some pixels get absurd colour)

tadax commented 7 years ago

I'm not sure yet, but I suspect my VGG. It might be a good idea to use another pretrained VGG model.

joydeepdas commented 7 years ago

Even without using VGG, training SRResNet by MSE had the colour artifacts.

tadax commented 7 years ago

Thank you for trying. Could you show me your some results?

guker commented 5 years ago

Even without using VGG, training SRResNet by MSE had the colour artifacts.

generator use tanh function , meanwhile, image normalize to [-1, 1]