From 449813c2776c19f1feb763f110d2a9dcd7e827d6 Mon Sep 17 00:00:00 2001 From: Mike Heavers Date: Sat, 8 Oct 2022 13:29:53 -0700 Subject: [PATCH] Update USAGE.md proper anchor to extracting video frames --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 49476007ad..5f9e5cb5e5 100755 --- a/USAGE.md +++ b/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.