facial expression classification in real time using SVM

前端 未结 3 1917
-上瘾入骨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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-01 11:42

    Yes, SVMs have been numerously shown to perform well in this task. There have been dozens (if not hundreads) of papers describing such procedures.

    For example:

    • Simple paper
    • Longer paper
    • Poster about it
    • More complex example

    Some basic sources of the SVMs themselves can be obtained on http://www.support-vector-machines.org/ (like books titles, software links etc.)

    And if you are just interested in using them rather then understanding you can get one of basic libraries:

    • libsvm http://www.csie.ntu.edu.tw/~cjlin/libsvm/
    • svmlight http://svmlight.joachims.org/

提交回复
热议问题