-
Notifications
You must be signed in to change notification settings - Fork 238
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
face swap instead of pet swap #25
Comments
I just ported funit to pure keras and started training with 2 classes for face swap |
@iperov cool, is this port public or will it be part of deepfacelab? |
part of dfl |
when approx it will appear in your dfl? |
@eps696 I dont know , currently testing... |
would love to try it |
@mingyuliutw I am trying to train FUNIT on celebA but I am confused. What are the classes? If I take every person as a different class then there would be too much classes. Or can I take real as 1 and fake as 0, nothing more? Please Guide me. |
Each human identity is a class. CelebA has the person name for each photo. You can divide the training set into different classes using the name. |
@mingyuliutw, are 256 persons with 69k total photos enough for the model? should I expand to 1024, or 2048 persons ? |
@mingyuliutw can you give me advice for network config for 1024 person classes and 200k photos? |
@mingyuliutw is it good that one class has 60 photos and other class has 500 photos? |
@iperov |
thank you ~~ |
@iperov |
ce possible de donner des caractéristiques de rat à une personne sur une photo |
https://github.com/shaoanlu/fewshot-face-translation-GAN
uses modules from FUNIT and SPADE for face-swapping but the quality of swaps isnt as good as FUNIT, are there particular limits like expressions and rotations?
The text was updated successfully, but these errors were encountered: