diff --git a/face_swapper/README.md b/face_swapper/README.md index 86731ef..c52cf60 100644 --- a/face_swapper/README.md +++ b/face_swapper/README.md @@ -29,7 +29,7 @@ This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model. [training.dataset] file_pattern = .datasets/vggface2/**/*.jpg warp_template = vgg_face_hq_to_arcface_128_v2 -batch_mode = same +batch_mode = equal batch_ratio = 0.2 ```