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

What are the valid output range of feature values? #9

Closed
pinakin9526 opened this issue Mar 2, 2021 · 2 comments
Closed

What are the valid output range of feature values? #9

pinakin9526 opened this issue Mar 2, 2021 · 2 comments

Comments

@pinakin9526
Copy link

I have used opensmile to extract features from audio using "ComParE2016" . That returned 6373 features. I have converted that to numpy and plotted it. So I wanna know that is it correct or are those outliers? because i got some values which are multiple of 10^13 and many other which are just below 5000.

@chausner-audeering
Copy link
Contributor

chausner-audeering commented Mar 2, 2021 via email

@pinakin9526
Copy link
Author

pinakin9526 commented Mar 3, 2021

Thanks @chausner-audeering , problem is resolved now. So I was just observing the features of single audio file without normalization. The output was as follows,

opensmile

But then i collected feature vector of multiple audio files in one and then performed normalization across all those file then i got plot of those 6373 features like as follows.

image

So all other features are normalized with respect to other file's features. So we have to see a particular feature across multiple files.

I actually came to this confusion/problme while designing the following pipeline

audiofile.wav -> audio processing -> opensmile Feature extraction ->Normalization

So got confused in the Normalization part that how do i normalize single audio feature?

but now i am following following pipeline

multiple audio files -> audio processing -> opensmile Feature extraction -> feature vectors of multiple audio files -> normalize

Thanks again @chausner-audeering ,
I am closing this issue

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

2 participants