Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train to no-squared images #19

Open
JeffSaa opened this issue Aug 30, 2019 · 3 comments
Open

How to train to no-squared images #19

JeffSaa opened this issue Aug 30, 2019 · 3 comments

Comments

@JeffSaa
Copy link

JeffSaa commented Aug 30, 2019

Hi... I want to use a single model to take any image with any shape and reduce it x4 (for example) and recreate it to original resolution. Is this posible with this code? How can I train this model?

@JeffSaa
Copy link
Author

JeffSaa commented Aug 30, 2019

Also... how can I edit the resolution of output image? Is always 640h 480w

@mrciolino
Copy link

i had the same problem with the output image size, if you just want the SR img....

#18

as for the image of any shape - this code is for a single resolution SR. I think there are other 'multi-scale' super-resolution algos that chip an image into smaller pieces and then reassemble them at the larger res

@JeffSaa
Copy link
Author

JeffSaa commented Sep 4, 2019

I already write a version of code where output only the sr image but the problem is that always this output image is 640h 480w....

There anyone know a open source multi scale sr gan project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants