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, how many layers of neural network are you using to extract features? Is the classifier softmax?Where is these content in the code? #35

Open muyishengfei opened 5 years ago

muyishengfei commented 5 years ago

Hello, how many layers of neural network are you using to extract features? Is the classifier softmax?Where is these content in the code?

xionghc commented 5 years ago

The neural network model was defined in model.py. You can find the details of neural network from there. Recently, I intend to replace this model by Resnet18.