-
Notifications
You must be signed in to change notification settings - Fork 92
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
How to get the benchmark performance on FER2013? #30
Comments
@rrryan2016 use Imagenet pre-trained weights |
Yep, I used the pretrained model. :P |
exp1: no pre-trained @rrryan2016 try to conduct two exp above, show me the results. |
Thanks for your reply and patience. Taking the accuracy on Public testset as example,
Envs: Python 3.7, CUDA 11.0, 3090Ti |
@rrryan2016 run |
|
@rrryan2016 hmm, please try to degrade torch and torchvision version v1: |
@rrryan2016 And run again the experiments 🙏 |
@rrryan2016 any progress, sir? |
Thanks for the concerns. But sorry, I intend to give up the version switch.
|
@rrryan2016 https://colab.research.google.com/drive/1LbDiAs5xOmhwaoKtJepaK_oVU_IkgLM8?usp=sharing |
Grateful, it is helpful! |
FER2013 resolution is 48*48, why input model resize to (224, 224), this operate will get blur or damage image quality? |
the link is not working ...can you please reshare it again...thank you |
Thanks for your great job and kind sharing.
I am doing some work on FER, and intend to get the performance of some classic network (including Resnet34, Resnet152, etc.) as described in https://github.com/phamquiluan/ResidualMaskingNetwork#benchmarking-on-fer2013.
But I cannot get the accuracy of 70%+, but only around 60%, though I tried to refer to parameters in https://github.com/phamquiluan/ResidualMaskingNetwork/blob/master/configs/fer2013_config.json.
Any recommendation and suggestion please?
The text was updated successfully, but these errors were encountered: