trevor-m / tensorflow-SRGAN

Tensorflow implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network" (Ledig et al. 2017)
MIT License
39 stars 13 forks source link

How can I use this for 8 upscaling fctor? #3

Open Vishal2188 opened 6 years ago

Vishal2188 commented 6 years ago

I want to super resolute the images by upscaling factor of 8. How can I do this?

trevor-m commented 6 years ago

srgan.SRGanGenerator and srgan.SRGanDiscriminator can be created with num_upsamples=3 for an 8x factor. There will also be some other parts in the code that need to be adjusted from 4x to 8x as well - I will work on making this easily done thorugh a command line arg

Vishal2188 commented 6 years ago

Thank you

On Sat 8 Sep, 2018, 11:52 AM Trevor Morris, notifications@github.com wrote:

srgan.SRGanGenerator and srgan.SRGanDiscriminator can be created with num_upsamples=3 for an 8x factor. There will also be some other parts in the code that need to be adjusted from 4x to 8x as well - I will work on making this easily done thorugh a command line arg

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trevor-m/tensorflow-SRGAN/issues/3#issuecomment-419617129, or mute the thread https://github.com/notifications/unsubscribe-auth/AV0i9vI1ni8_Pzu6cfG7ElEVqIc-9V9bks5uY2JBgaJpZM4WNUb3 .