mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-21 05:53:25 -07:00
added module: Face Swap (Insight)
This commit is contained in:
parent
c7478635cc
commit
c4511db198
33 changed files with 567 additions and 75 deletions
17
README.md
17
README.md
|
@ -12,7 +12,7 @@
|
|||
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
## Face Swapper
|
||||
## Face Swap (DFM)
|
||||
|
||||
You can swap your face from a webcam or the face in the video using trained face models.
|
||||
|
||||
|
@ -242,6 +242,21 @@ Here is an <a href="https://www.tiktok.com/@arnoldschwarzneggar/video/6995538782
|
|||
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
## Face Swap (Insight)
|
||||
|
||||
You can swap your face from a webcam or the face in the video using your own single photo.
|
||||
|
||||
<img src="doc/lukashenko.png" width=128></img>
|
||||
|
||||
<img src="doc/insight_faceswap_example.gif"></img>
|
||||
|
||||
</td></tr>
|
||||
|
||||
</table>
|
||||
<table align="center" border="0">
|
||||
|
||||
<tr><td colspan=2 align="center">
|
||||
|
||||
## Face Animator
|
||||
|
||||
There is also a Face Animator module in DeepFaceLive app. You can control a static face picture using video or your own face from the camera. The quality is not the best, and requires fine face matching and tuning parameters for every face pair, but enough for funny videos and memes or real-time streaming at 25 fps using 35 TFLOPS GPU.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue