From 5bb41ecbb217468803544a4cf733c78eb525c46e Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 17 Feb 2025 09:15:00 +0100 Subject: [PATCH] Adjust README --- face_swapper/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/face_swapper/README.md b/face_swapper/README.md index ae71b12..5a64cce 100644 --- a/face_swapper/README.md +++ b/face_swapper/README.md @@ -27,7 +27,7 @@ This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model. ``` [preparing.dataset] -dataset_path = .datasets/train +dataset_path = .datasets/vggface2 directory_pattern = {}/* image_pattern = {}/*.*g same_person_probability = 0.2 @@ -67,8 +67,8 @@ weight_adversarial = 1 weight_identity = 20 weight_attribute = 10 weight_reconstruction = 10 -weight_pose = 100 -weight_gaze = 10 +weight_pose = 0 +weight_gaze = 0 ``` ```