Write emotion recognition's data to a text file [closed]
This is a application that can recognize emotion of happy/sad/anger/neutral/disgust/surprise.
The image below is the the application.
Here is the problem, I want to write all these emotion's data(percentage) to a text file, is that possible? For example, I run the application for 30 seconds, for every second, the percentage of these emotion is shown.
How can I do so? is that possible? OpenCV-FILE I/O XML and YAML seems doesn't fit my purpose.
Anyone can help me with this would really appreciate.
Thank you so much in advance.