nikhil-salodkar / facial_expression

A model to detect Facial Expression
23 stars 6 forks source link

Project Overview

This project aims to develop a model to detect Facial Expressions of human faces on any custom image or video. The final developed application would have the capability to detect faces in any custom images/video and comment on the facial expression on each of the faces.

About the Dataset

The model is being trained using the AffectNet Dataset which contains about 420k images manually annotated for the presence of of seven discrete facial expressions (Categorical Model) and the Intensity of Valence and Arousal (Dimensional Model). AffectNet provides :

Emotion Categories: Eleven annotated emotions are provided for images and indexed as follows: 0: Neutral, 1: Happiness, 2: Sadness, 3: Surprise, 4: Fear, 5: Disgust, 6: Anger, 7: Contempt, 8: None, 9: Uncertain, 10: No-Face

Detailed informaion regarding the Dataset can be found by visiting website AffectNet Official Website