Emotion-Recognition-DOF icon indicating copy to clipboard operation
Emotion-Recognition-DOF copied to clipboard

Running the classifier

Open damirstuhec opened this issue 9 years ago • 1 comments

What would be the best way to run this classifier with OpenCV on mac? I have a demo project set up in which I'm trying to recognize face emotion/expression, but I'm currently using a default haarcascade_frontalcatface.xml provided by OpenCV.

Thanks!

damirstuhec avatar Feb 08 '16 14:02 damirstuhec

You can use a terminal or a Python IDE to run it with no problem (I use a PC with Ubuntu Linux, but it should be no different for Mac).

And it does actually use the default haarcascade_frontalcatface.xml provided by OpenCV for initial face detection. After it uses that to detect a face, it then starts to collect video data (to form dataset) or make predictions (if you are using emotion-program.py).

vanstorm9 avatar Feb 09 '16 04:02 vanstorm9