-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
va values vary a lot on Rafd dataset #5
Comments
Hello Li, there are some things to comment:
Generally what I suggest is not have rules in your head ('should span a constrained region') but try to interpret the result and see whether it makes sense or not (valence = positive/negative emotion, arousal = passive/active). And I disagree with the provided reason regarding lab controlled vs in-the-wild (models trained with in the wild data are more realistic and mainly predict correct lab-controlled expressions unless maybe if they are very extreme and not realistic). Hope my answer helps! |
Hi Kollias, Thank you for your kind reply and explanation. I am much clearer now on how to interpret the va scores. To answer your first question, I used the opencv haar face detection method to crop the face which I think is different to the cropping used in VGG FACE. That may be the reason why something unexpected happens. Your reasoning on the placement of emotion categories on va space is very helpful. I really appreciate your kind reply. Li |
hello,could you share the RaFD dataset with me by mailbox:[email protected] ,i am Anxious to do Undergraduate graduation design on it ,thanks very much |
Hi,
Thank you for providing the pretrained weights and evaluation codes. I tested the vggface model on the Rafd dataset and found that the va values of some categories such as sad or fearful vary a lot. They may even cross the axis. I only used the frontal face and cropped them before evaluation. Because the Rafd dataset was collected under lab environment, I thought each category should span a constrained region in va plane. It turned out not. Do you know any reasons about this? One cause I could guess is that your models were trained with wild dataset which may not fit in the lab controlled data.
Best,
Li
Here is the scatter plot of va points per each emotion in Rafd dataset:
The text was updated successfully, but these errors were encountered: