Speaker-Identification-Python icon indicating copy to clipboard operation
Speaker-Identification-Python copied to clipboard

The Accuracy Percentage for the current testing Performance with MFCC + GMM is : 0.0 %

Open GauriDhande opened this issue 5 years ago • 2 comments

Thank you for such great work!

Every time I try testing the audio, it gives the result, "The Accuracy Percentage for the current testing Performance with MFCC + GMM is: 0.0 %" (Both for the test data and train data also). Also, I tried with only one speaker, i.e created 221.gmm only by training the audios. And while testing, if I give different speaker audio wav files as test data, then also, it will detect the same speaker. I am I doing something wrong?

Please help. Thanks in advance.

GauriDhande avatar Oct 26 '20 15:10 GauriDhande

Yes, You must be doing something wrong. Bcs this project had pretty much high accuracy ranging 97 to 100 % on the two datasets that i mentioned. You need to check/debug your code, if you have modified it as per your project needs.

please, go through the Readme file and documentation thoroughly. There could be some minute mistake while you modified it.

And, thanks for trying the project and your compliments.

Atul-Anand-Jha avatar Feb 04 '21 07:02 Atul-Anand-Jha

@GauriDhande @Atul-Anand-Jha Probably she is getting Accuracy as 0 because error is also getting counted in each iteration. Check these lines and make sure the names are same: checker_name = path.split("_")[0] if speakers[winner] != checker_name: error = error + 1

parvatijay2901 avatar Oct 20 '21 08:10 parvatijay2901