Search found 3 matches

by carolYL
Wed Apr 15, 2020 3:50 pm
Forum: Convert Discussion
Topic: How can i merge converted face to the original frame?
Replies: 5
Views: 5367

Re: How can i merge converted face to the original frame?

I have a question about _queue_out_frames function in class Predict(). This function seems to be putting the swapped faces back to the original frames, and it seems to be using item["swapped_faces"] = swapped_faces[pointer:pointer + num_faces] to do that, but i do not know where/what funct...
by carolYL
Fri Apr 10, 2020 6:21 pm
Forum: Convert Discussion
Topic: How can i merge converted face to the original frame?
Replies: 5
Views: 5367

Re: How can i merge converted face to the original frame?

Thank you very much for the quick reply. Is there anyway i can take advantage of faceswap's converter using my own model(my model was written in PyTorch)?

by carolYL
Fri Apr 10, 2020 5:58 pm
Forum: Convert Discussion
Topic: How can i merge converted face to the original frame?
Replies: 5
Views: 5367

How can i merge converted face to the original frame?

Hi there, I used faceswap to extract face images for person A and person B from two videos. I trained my own GAN models using the face images extracted and was able to use the model to get person B's face based on person A's face. Now I need to merge the converted faces to the original video frames....