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

Thanks for you work, And I want to ask for advises about styleflow used for image-to-image translation. #116

Open
vicentowang opened this issue Oct 18, 2021 · 1 comment

Comments

@vicentowang
Copy link

vicentowang commented Oct 18, 2021

all I needed is image-to-image translation with attribute-editting function, I first use pix2pix,but I cannot edit it for having no latent-space in pix2pix model. then I plan to try pix2style2pixl and styleflow, but there is problem that this two paper both use a pretrained stylegan with a trained encoder, may it possible to train both the encoder and stylegan in an end-to-end fasion ? or there is any other solution or paper for this problem. Thanks a lot.

@RameenAbdal
Copy link
Owner

Relevant to StyleFlow, the required information for image-to-image can be an input to the conditional part of the Flows. You might have to change the architecture of the neural network (function) inside the flow module to adapt to the spatial information.

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