Adjust README

This commit is contained in:
henryruhs
2025-02-17 09:15:00 +01:00
parent 777a8384c2
commit 5bb41ecbb2
+3 -3
View File
@@ -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
```
```