xionghc / Facial-Expression-Recognition

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
GNU General Public License v3.0
628 stars 189 forks source link

Hello, do you use LBP for facial feature extraction? #15

Open XiaozhengHe opened 6 years ago

xionghc commented 6 years ago

No, I use Haar feature to find face in image, the use CNN to recognize the facial expression.