Open GauriDhande opened 4 years ago
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.
@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: checkername = path.split("")[0] if speakers[winner] != checker_name: error = error + 1
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.