Testing the model
Now we need to load the trained model and test it. Here, we will be using the video stream. The FER application will detect the emotion based on my facial expression. You can refer to the code using this GitHub link: https://github.com/jalajthanaki/Facial_emotion_recognition_using_TensorFlow/blob/master/emotion_recognition.py.
You can find the code snippet for this in the following figure:
In order to start testing, we need to execute the following command:
$ python emotion_recognition.py poc
This testing will use your webcam. I have some demo files that I want to share here. Refer to the following figure:
Also refer to the the following figure:
Refer to the code snippet in the following figure: