felixrosberg/FaceDancer

Hello, how can I replace only one face in multiple faces?

ms-ufad opened this issue · 2 comments

Hello, how can I replace only one face in multiple faces?

You can restrict the loop at iterates all the face detection to only use one sample. As is, this may cause your swap to jump between faces over frames and you have to manually check that you choose the face you are interested. I have a finished identity tracker ready that I will try incorporate into this repo later so that users can specify specific pairs they want to face swap automatically.

@felixrosberg Thank you for your reply and look forward to your revision.