Open pavelxx1 opened 1 day ago
Two simple steps:
Do I understand correctly that the required class should express an emotion, while the other is just a set of faces without the required emotion?
Should the faces be aligned?
How many images need for good training result? in your case
thanks! 🙏
Yes, that is correct. Additionally, images expressing a certain emotion are generally labeled as the positive class, while others are negative.
Performing face alignment before training the classifier is better.
In my replication experiment, I probably used hundreds of images for training a specific classifier. I'm not entirely sure as it has been a while. However, I believe the amount of data is also closely related to the distinguishability of the attributes and the quality of the data.
Just tested inference . Output Face not equ to input =(
It could be due to GAN inversion if the facial identity recognition has worsened.
How to train own attribute classifier? THx