Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 751 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 751 Bytes

Emotion-Estimation

This is the code repository for a realtime facial expression pretrained model.

Motivation

To analyze user behaviours under automatic driving of OpenDS, a pretrained model was develped to estimate seven kinds of emotions including angry, disgust, fear, sad, surprise and neutral.

Directory:

  • Prerequisites
  • Test
  • Contributors

Prerequisites:

Python (ver. 2.7.0)
Numpy (ver. 1.13.3)
TensorFlow (ver. 1.4.1)
Opencv(ver. 3.4.2)

Test:

To test emotion estimation pretrain model

$ python model.py

Contributors:

Weikai Kong, mentored by Xiangjun Peng