xionghc / Facial-Expression-Recognition

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

How to modify training model for fewer emotions #55

Open adowd444 opened 3 years ago

adowd444 commented 3 years ago

I was wondering what all I needed to change in the code in order to use fewer emotions (happy, neutral, sad). I know I need to change the emotions list but what else should I change?