Kingwon2 / 7708_subject

0 stars 2 forks source link

Face classification and detection.

Real-time face detection and emotion/gender classification using fer2013/IMDB datasets with a keras CNN model and openCV.

For more information please consult the publication

Emotion/gender examples:

alt tag

Make inference on single images:

python3 image_emotion_gender_demo.py

if you wanna listen to music and show letters, make files named [happy,sad,natural,fear,surprise,disgust] in emotion_result

python3 image_emotion_gender_demo.py ../images/test_image.jpg

To train previous/new models for emotion classification:

To train previous/new models for gender classification: