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

Training FFHQR dataset using FFHQ dataset as input #307

Open
luser350 opened this issue May 31, 2024 · 0 comments
Open

Training FFHQR dataset using FFHQ dataset as input #307

luser350 opened this issue May 31, 2024 · 0 comments

Comments

@luser350
Copy link

Hi, thanks for sharing your great work. I want to train a stylegan2-ada to take input from an FFHQ image and generate an FFHQR image. The FFHQR dataset is a retouched version of FFHQ.

To my understanding, I can train a FFHQR model using the following command:

python train.py --outdir=training-runs --data=ffhqr/  --gpus=1 --resume=ffhq1024 --aug=noaug

However, this model will learn to generate FFHQR images from noise. The different images can be produced by using a different seed with generate.py

So how can I use stylegan2-ada-pytorch for such img2img translation problem? Your few words can help me a lot. Thanks!!!

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

1 participant