-
Notifications
You must be signed in to change notification settings - Fork 71
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
Can ConSinGAN apply to SR and animation task? #6
Comments
Hi, we haven't tested animation and super-resolution with our model yet, but I would be interested to see how well it works. |
Edit: I just added code/examples (see readme) for image animation. Training is the same as for uncondtional image generation. At test time we simply add random noise to z_opt to create minor variations for the animation. |
Thank you! I will tried this out and give more feedback. |
Hi, I am also working on this project recently. Have you successfully applied ConSinGAN in the super resolution task? |
Hi, @tohinz thanks for the great work! I would also be very interested to hear if there are any updates about the super resolution task. Or perhaps someone else has already addressed the issue? |
Hi, we haven't spent any time on testing ConSinGAN for super resolution. There are some ways this could be implemented but we are not planning on working on this. I'm happy to help with any specific questions or if you run into problems with the code though. |
Hi, ok thanks for your response! I might come back to you when I start implementing myself. |
This project is a very impressive job. I am wondering how to apply this model to SR and animation as SinGAN does. In SinGAN SR process, it need to up-sample several times, wherein those generators can't be run separately.
The text was updated successfully, but these errors were encountered: