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

How to get the result accuracy? #6

Open
njourdane opened this issue Apr 27, 2024 · 0 comments
Open

How to get the result accuracy? #6

njourdane opened this issue Apr 27, 2024 · 0 comments

Comments

@njourdane
Copy link

I'm trying to code a script that detects speaker gender over time on a sound file.

I used ffmpeg to slice the file into few-seconds chunks, then I use this project to analyze each chunk.

The problem is that many of them doesn't have voice at all: it could be silences, ambiance music, various noises, etc. , on which the script still tries to guess the gender.

I tried to eliminate chunks where scores are lower than 90% but it produces many false positives (I guess it's because if the score given for one gender is bad but the score for the other one is a lot more bad, the algorithm could give a >90% certitude for the first one).

I there a way to get the accuracy of the result, or having scores for each gender independent to each other?

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

1 participant