diff --git a/face_swapper/README.md b/face_swapper/README.md index 26f454d..94943cd 100644 --- a/face_swapper/README.md +++ b/face_swapper/README.md @@ -28,7 +28,7 @@ This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model. ``` [training.dataset] file_pattern = .datasets/vggface2/**/*.jpg -same_person_probability = 0.2 +equal_probability = 0.2 ``` ```