Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big accuracy problems with various files format #12

Open
coltaemanuela opened this issue Aug 26, 2018 · 3 comments
Open

Big accuracy problems with various files format #12

coltaemanuela opened this issue Aug 26, 2018 · 3 comments

Comments

@coltaemanuela
Copy link

coltaemanuela commented Aug 26, 2018

I have tested the Emotion Recognition API with 10 different samples for all the 7 emotions. Out of 70 tests, none of them failed. It was 100% accurate. But this was because I used a particular type of .wav files (find them here: https://tspace.library.utoronto.ca/handle/1807/24487 ). When I use mp3 files or other files expressing exactly the same emotion, the API fails. It identifies a wrong emotion.
I also tried to provide base64 encoded data. The same happened: for this sort of files, it works perfectly, for others it just fails. With curl request, the same happens. A big difference between encoded .wav files and encoded .mp3 or other formats or even .wav files with different properties. And this is even more annoying.

For example, in the MP3 file here, taken directly from your website, the API will not identify fear(as it should and you state it should), but it identifies happiness with a score of 0.6907534228467851:
https://drive.google.com/file/d/1HKkGCzci5GE6ObC8Frm-hMacTINcE9yd/view?usp=sharing

However, for exactly the same content, but in .wav format, it identifies fear correctly with a score of 0.9999930278037144.
https://drive.google.com/file/d/1pc8ekCX_--m5c-e7amxwEz-CCuKJuggy/view?usp=sharing

Please, tell me what are the required properties for the files provided as parameters. I was testing it with files of different sample rate, bit rate, file type, bits per sample, encoding, etc. It just fails.

@coltaemanuela coltaemanuela changed the title Big accuracy problems with various files Big accuracy problems with various files format Aug 26, 2018
@royaljain
Copy link

Hi Emanuela,

Thanks for your patience. I'll look at the cause of this issue and update you. I have requested access for the google drive links you have shared, can you approve them ?

@coltaemanuela
Copy link
Author

coltaemanuela commented Aug 30, 2018 via email

@IshanFx
Copy link

IshanFx commented Jun 3, 2019

@coltaemanuela Is it return score? I tried with node library and it doesn't return any score for emotion Recognition API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants