face-expression-detect
face-expression-detect copied to clipboard
face-expression prediction using python
Performing PCA Transform....... Traceback (most recent call last): File "EmoDetect.py", line 114, in Predict_Emotion(filename) File "EmoDetect.py", line 63, in Predict_Emotion pca_features=pca.transform(features) File "/usr/local/lib/python2.7/dist-packages/sklearn/decomposition/base.py", line 128, in transform X = check_array(X)...
Hi, When I tried to use your code to test our own emotional pictures, most of them were not correctly identified. Even if the emotion of the picture is obvious....