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 545 forks source link

CK+数据集中的neutral表情 #82

Closed Yang-YuLin closed 4 years ago

Yang-YuLin commented 4 years ago

There are no neutral expression datasets.Now I have found a CK + neutral expression dataset.How do you deal with the CK + data set?

WuJie1010 commented 4 years ago

The same way as FER2013~

Yang-YuLin commented 4 years ago

I have processed it successfully, Thanks for your response~