April 2018
Beginner to intermediate
566 pages
12h 17m
English
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:

Figure 10.35: Code snippet for loading the trained model and performing testing
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 ...