face_classification
face_classification copied to clipboard
Different Emotion Results in Video Demos
Cool project, but I noticed a few things:
- As already noted, Gender seems to be face offset (crop) sensitive. haarcascade_frontalface_default.xml related???
- Emotion sometimes produces different results
When I ran the following video demo files, I received different emotion results (emotion_model_path = '../trained_models/emotion_models/fer2013_mini_XCEPTION.102-0.66.hdf5'):
- video_emotion_gender_demo.py
- video_emotion_color_demo.py
Keras==2.2.4 tensorflow-gpu==1.12.0 pandas==0.23.4 numpy==1.14.5 h5py==2.8.0 statistics==1.0.3.5 opencv-python==3.4.5.20
hi, how did you test for videos currently it is supporting the webcam option. Can you please help me I want to test for some videos?