Page 1 of 1
Some questions about faces used for training.
Posted: Thu Sep 10, 2020 1:34 am
by swapration
Can you use different size faces for the original and swap face sets, e.g. 256 for original and 512 for swap?
What actually happens when a higher resolution face set is used to train a lower resolution model, e.g. using 256 faces for dfl-h128 or 512 faces on sae set to 256? Does the face set get scaled down prior to being used for training?
Thanks.
Re: Some questions about faces used for training.
Posted: Thu Sep 10, 2020 3:35 pm
by bryanlyon
Don't worry about different sizes. The model only takes in set sizes anyway.
Re: Some questions about faces used for training.
Posted: Thu Sep 10, 2020 10:10 pm
by torzdf
swapration wrote: ↑Thu Sep 10, 2020 1:34 am
- Can you use different size faces for the original and swap face sets, e.g. 256 for original and 512 for swap?
No. All training images must be the same size.
- What actually happens when a higher resolution face set is used to train a lower resolution model, e.g. using 256 faces for dfl-h128 or 512 faces on sae set to 256? Does the face set get scaled down prior to being used for training?
They get downscaled. All images get resized for the model.
Re: Some questions about faces used for training.
Posted: Fri Sep 11, 2020 5:43 am
by swapration
Oh, okay so I guess there's no point in using 512 resolution faces on dfl-sae set to 256? Might even slow it down a bit initially because of resize?
Re: Some questions about faces used for training.
Posted: Mon Sep 14, 2020 11:13 pm
by torzdf
It depends. If the coverage is 100%, then 256 extract will be fine. If the coverage is anything below 100%, then you'll want to extract at a higher resolution (maybe 384?)
Re: Some questions about faces used for training.
Posted: Thu Sep 17, 2020 12:16 am
by swapration
Thanks! I had initially thought that the model's resolution was 1:1 with the faces used - that the enter face was saved regardless of the % coverage set, with the level of detail based on the mask...
But it makes so much more sense now! That's why in the training guide it says higher coverage means less quality!
Re: Some questions about faces used for training.
Posted: Mon Sep 21, 2020 7:15 pm
by FuorissimoX
Hello, in other word if i extract at 256px and train using "Orginal", i just lost time in extracting procedure?
Thats all?
Re: Some questions about faces used for training.
Posted: Tue Sep 22, 2020 3:54 am
by bryanlyon
No, different extract size doesn't take different amounts of time.