mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-07 10:43:27 -04:00
Merge 449813c277
into acd0f11749
This commit is contained in:
commit
4505a2209d
1 changed files with 1 additions and 1 deletions
2
USAGE.md
2
USAGE.md
|
@ -37,7 +37,7 @@ So here's our plan. We want to create a reality where Donald Trump lost the pres
|
|||
## Gathering raw data
|
||||
In order to accomplish this, the bot needs to learn to recognize both face A (Trump) and face B (Nic Cage). By default, the bot doesn't know what a Trump or a Nic Cage looks like. So we need to show it lots of pictures and let it guess which is which. So we need pictures of both of these faces first.
|
||||
|
||||
A possible source is Google, DuckDuckGo or Bing image search. There are scripts to download large amounts of images. A better source of images are videos (from interviews, public speeches, or movies) as these will capture many more natural poses and expressions. Fortunately FaceSwap has you covered and can extract faces from both still images and video files. See [Extracting video frames](#Extracting_video_frames) for more information.
|
||||
A possible source is Google, DuckDuckGo or Bing image search. There are scripts to download large amounts of images. A better source of images are videos (from interviews, public speeches, or movies) as these will capture many more natural poses and expressions. Fortunately FaceSwap has you covered and can extract faces from both still images and video files. See [Extracting video frames](#videos) for more information.
|
||||
|
||||
Feel free to list your image sets in the [faceswap Forum](https://faceswap.dev/forum), or add more methods to this file.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue