-
Notifications
You must be signed in to change notification settings - Fork 42
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
some question about pre-processing #2
Comments
I updated the comments. If you map TFD to FER you can use smaller border. |
Thank you for your reply! |
If your dataset is different from Emotiw15 or FER, you need to run a keypoint detector such as the one I referred to here: https://github.com/saebrahimi/Emotion-Recognition-RNN/tree/master/PreProcessing Why mean shape:
|
Your reply is very helpful! |
Sorry that reopen the issue.
Firstly, is the size of TFD images 96*96? I know that you said
I think this is reason why we add a border, but how do we decided the size of the added border? Thank you! |
@HeGaoYuan 你好!我最近也在研究这个项目,但是由于他给的readme太简陋了,我又是新手不太会,能不能麻烦您说一下,跑代码的流程,谢谢。 |
Hi,
In your PreProcessing folder, in the mapAll2FER.m file, https://github.com/saebrahimi/Emotion-Recognition-RNN/blob/master/PreProcessing/mapAll2FER.m#L18
you comment
but actually you add 48 to the pavg
The text was updated successfully, but these errors were encountered: