From 6ec690b9b868dc98b7fadbed8969944eedc0df1a Mon Sep 17 00:00:00 2001 From: Scronkfink <145482124+Scronkfink@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:25:11 -0400 Subject: [PATCH] Created a reference to the May.mp4 video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e113c87..f4cb462 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Or use our provided [Google Colab](https://colab.research.google.com/github/yerf Please refer to details in `docs/process_data` and `docs/train_and_infer`. Below are answers to frequently asked questions when training GeneFace++ on custom videos: -- Please make sure that the head segment occupies a relatively large region in the video (e.g., similar to the provided `May.mp4`). Or you need to hand-crop your training video. [issue](https://github.com/yerfor/GeneFacePlusPlus/issues/30) +- Please make sure that the head segment occupies a relatively large region in the video (e.g., similar to the provided `May.mp4` located at `/data/raw/videos/May.mp4`). Or you need to hand-crop your training video. [issue](https://github.com/yerfor/GeneFacePlusPlus/issues/30) - Make sure that the talking person appears in every frame of the video, otherwise the data preprocessing pipeline may be failed. - We only tested our code on Liunx (Ubuntu/CentOS). It is welcome that someone who are willing to share their installation guide on Windows/MacOS.