-
Notifications
You must be signed in to change notification settings - Fork 841
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
Documentation for high quality results parameters #147
Comments
@vmartinv have you looked at https://github.com/shaoanlu/fewshot-face-translation-GAN |
I prefer the Trump-Cage results, as I want some to use it as a benchmark for my thesis. This is the reason I would like to know more about the training process. Did you obtain the Trump-Cage results by just following the usage section in the readme? Thank you! |
@vmartinv those were trained on two face pairs so the results would be better as the model would not work on unseen subjects like the few shot face translation GAN which I think you should use as a benchmark as recent works like https://nirkin.com/fsgan/ work with a single image without training face pairs. I have not tried training trump cage with this repo but have trained other pairs with not much success unless you spend more time training. |
@vmartinv There are a lot of things in this project that need to be adjusted, such as the weight of multiple losses, the hyper-parameters in the phased training strategy. When it comes to video face-swapping, you need to test different kf_noise_coef and color correction methods. |
Is there any place I can read about how to produce high-quality results? The pictures from the README look very well produced whereas the result I get from the collab demo is not as good. Is there any documentation about the parameters for that Trump-Cage example?
Thank you so much
The text was updated successfully, but these errors were encountered: