felixrosberg / FaceDancer

Other
465 stars 78 forks source link

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

Open ms-ufad opened 1 year ago

ms-ufad commented 1 year ago

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

felixrosberg commented 1 year ago

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.

ms-ufad commented 1 year ago

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