vyassu / DeepSentiment

Speech Emotion Recognition using FFT and SVM
79 stars 39 forks source link

Tested on five files, all have the exact same results. #9

Open skx300 opened 7 years ago

skx300 commented 7 years ago

I have tested on five different files. But I have the same exact results as following:

INFO:root:Final Emotion set:: {'Neutral': 1.0, 'data': 'go with you want what yo u will look you last saw you on that'} {'Neutral': 1.0, 'data': 'go with you want what you will look you last saw you o n that'}

All are neutral. Does it because of the model or the program? Do you think that's a problem?

vyassu commented 7 years ago

My model was prepared using a small speech and text dataset, it was designed to classify general info. If you want a fine grain classification, you might want to build your own model.

skx300 commented 7 years ago

Thank you @vyassu .

pinganzhang commented 6 years ago

I'm also the same emotion,all is angry. What do you do after that?@skx300