faces facs (facial action coding system)

asked 2015-07-09 16:49:51 -0600

Hi everybody, I'm searching the web for a long time and I hope anyone here can help me. I'm looking for a project that implemented recognition of face facs (facial action coding system). you can see the facs table in the bottom of this page: https://en.wikipedia.org/wiki/Facial_...

anyone knows of a code that implemented it (even part of it) so I can use it?

Thanks David

edit retag flag offensive close merge delete

Comments

So you basically want to be able to detect movements of facial properties. For that I would suggest to take a look at the flandmark library, which offers the opportunity to track multiple facial landmarks. Another can be dlib. Then find a relation between them for each specific movement so you can classify them over time.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-07-10 03:45:21 -0600 )edit

i have the same problem can you please help me?

sara1691362 gravatar imagesara1691362 ( 2016-03-28 05:49:12 -0600 )edit

Did you even read the suggestion that I made? You will need to track facial landmarks over a period of time to ensure that you can classify the movements correctly.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-03-29 02:40:18 -0600 )edit

![to be able to extract the landmarks of the face i used dlib. in the output of face_landmark_detection_ex.cpp, are those the positions of the points compared to all the image or just the face?? image description

sara1691362 gravatar imagesara1691362 ( 2016-03-29 19:41:17 -0600 )edit