You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mid-level example in Readme.md contains an error. The reported scores are both 1.0 which is wrong. Those 1.0 scores are set by the HaarCascadeFrontalFace pipeline and should be set to the real MiniXceptionFER scores just like the class_name is set.
The relevant lines in the example which are now like this:
The mid-level example in Readme.md contains an error. The reported scores are both 1.0 which is wrong. Those 1.0 scores are set by the
HaarCascadeFrontalFace
pipeline and should be set to the realMiniXceptionFER
scores just like theclass_name
is set.The relevant lines in the example which are now like this:
should be updated to something like this:
Then, the scores are reported as
0.80, happy
and0.38, fear
.The text was updated successfully, but these errors were encountered: