phamquiluan / ResidualMaskingNetwork

ICPR 2020: Facial Expression Recognition using Residual Masking Network
https://ieeexplore.ieee.org/document/9411919
MIT License
453 stars 92 forks source link

How can I get an example of a figure that fails to predict? #38

Open HTLDe opened 2 years ago

HTLDe commented 2 years ago

This is a very good study! I have been learning ensemble and I want to get an unexpected picture from that training. Can I get an example of a figure that is misclassified by the accuracy obtained with gen_ensemble? I'm a deep learning newbie, so I don't know how to do.

phamquiluan commented 2 years ago

an example of a figure that is misclassified

you can check our slide image

HTLDe commented 2 years ago

Thanks for your comment! But I want to get the classified image directly using the checkpoints in the model. Is there any code or procedure for this?