Assume A-face video is 5 minutes
the frame rate is 30fps/s (a total of 9000 images)
If I want to completely replace the video, then 9000 images should be kept during training?
or like B-face pick different angles. expressions. lighting.
Another question
I have a model that trains well
I want to replace other person's videos with the same B-face.
Do I retrain a new model?
or change person A-face and Inherit the same model to continue training?
Assume A-face video is 5 minutes
the frame rate is 30fps/s (a total of 9000 images)
If I want to completely replace the video, then 9000 images should be kept during training?
or like B-face pick different angles. expressions. lighting.
You can keep them all, but it isn't necessary. We have the "Extract every N" option to limit the number of faces that you can extract. Getting different angles. expressions + lighting from multiple sources is preferable though.
Another question
I have a model that trains well
I want to replace other person's videos with the same B-face.
Do I retrain a new model?
or change person A-face and Inherit the same model to continue training?
Ideally you require a new model, however you can re-use the weights from the previous model using the load/freeze weights feature.