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 ``` ```