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

Is idinvert suitable to do super-resolution? #16

Open
juzuo opened this issue Dec 26, 2020 · 2 comments
Open

Is idinvert suitable to do super-resolution? #16

juzuo opened this issue Dec 26, 2020 · 2 comments

Comments

@juzuo
Copy link

juzuo commented Dec 26, 2020

If so, could you please give us a demo?
Thanks!

@ShenYujun
Copy link
Contributor

You can try to feed the low-resolution images into the encoder and check whether the output images are satisfying. For example, you have an image with the resolution 16x16. You can directly resize it to 256x256 and then feed it into the encoder, resulting in an inverted code. The generator will decode the code to a 256x256 image, which is assumed to be the super-resolution result of the original 16x16 image.

@juzuo
Copy link
Author

juzuo commented Dec 26, 2020

I see. Don't we need to optimize the inverted code that the encoder generated?

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