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

Update the demo script to support CPU #95

Open LittleWat opened 4 years ago

LittleWat commented 4 years ago

Thank you for sharing your nice work!

I really enjoyed the results. (it tends to output sad face 🤔)

I run this script on MacBook, so I Update the demo script to support CPU.