RominaZakerian / Automatic-Facial-Expression-Recognition-Using-Features-of-Salient-Facial-Patches

implementation of Automatic Facial Expression Recognition Using Features of Salient Facial Patches with different method of finding corners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic-Facial-Expression-Recognition-Using-Features-of-Salient-Facial-Patches

implementation of Automatic Facial Expression Recognition Using Features of Salient Facial Patches with different method of finding corners link of paper: https://ieeexplore.ieee.org/document/6998925

in this paper below method had been used for facial expression recognition: image

For detecting corners (lip, eyes, eyebrow , ...) I used a different method (using dlib package) for detecting the corners and then extracting the patches from this corners and the other tasks are as same as before.

Dataset: JAFFE databse

results of paper:

image

results of implementation:

image

If you find this code useful for your research, please star it.

If you have any questions about this code, please do not hesitate to contact me.

About

implementation of Automatic Facial Expression Recognition Using Features of Salient Facial Patches with different method of finding corners


Languages

Language:Jupyter Notebook 100.0%