-
Notifications
You must be signed in to change notification settings - Fork 72
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
about inference performance question #1
Comments
Two questions:
|
"I have test the another fake face as input, it work well, the proformance is good, but when I test it by using real human face output is very bad." - Sounds like you are indeed not properly cropping and aligning the input human face. Also 3K image pairs (6000 images total) is a very low number. |
@justinpinkney |
@Norod how many fake image pairs you use when trained pix2pixhd? |
@Johnson-yue I had 18,000 Pairs (36,000 images total) |
@Norod Woo, So many image pairs According to my experience:
|
Hello, I am trying to understand the pipeline. when training pix2pixHD do I need to segment face features(like eyes nose mouth and eyebrows of both input and output imgs)?? Or just one on one training works? Or do we leverage the pre-trained label-to-face model? |
Just train pix2pix from real image to toonified image. No need for any segmentations or labels, the original StyleGAN generations should be the input, and the fine-tuned stylegan generations (with the same latent code) should be the output. |
Thank you @justinpinkney ! Let me try training. I am so excited to see the result! |
Hello, @justinpinkney |
Hello, let me know,
Hello, let me know what is used to generate the real face and cartoon face data pair |
Hi, I followed your twitter and blog,
My problem is I trained pix3pix using fake face(from ffhq_model),but it is NOT work using real human face as input
I have test the another fake face as input, it work well, the proformance is good, but when I test it by using real human face output is very bad.
Did you have some problem?
The text was updated successfully, but these errors were encountered: