WuJie1010 / Facial-Expression-Recognition.Pytorch

A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
MIT License
1.78k stars 548 forks source link

Average accuracy on ck+ dataset #137

Open Ibtissam-SAADI opened 1 year ago

Ibtissam-SAADI commented 1 year ago

ck + perform 10 folds, but i note that the average accuracy is the value of the last fold! why??

I mean the saved picture of average accuracy take the value of the last fold! why??