facial expression classification in real time using SVM

前端 未结 3 1941
-上瘾入骨i
-上瘾入骨i 2021-02-01 10:41

I am currently working on a project where I have to extract the facial expression of a user (only one user at a time from a webcam) like sad or happy.

My method for clas

3条回答
  •  旧巷少年郎
    2021-02-01 11:26

    You could check this code to get idea how this could be done using SVM.

    You can find algorithm explained here

提交回复
热议问题