-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 know the accuracy of the result ? #130
Comments
this module will produce the most nearest neighbor to the song you input. What you need to do is provide a threshold to the final confidence value to only return a match if confidence is considerable. |
You can now use pull request #148 in which I've added a "relative confidence" value |
How do i use the "relative_confidence" value to decide if the returned song was the correct one? |
As @JPery did, I have also added a pr with actually two confidences: #205 one that checks matches against the hashes in the db and other that measures hashes matched against hashes from the input song.. depending on your problem you can use one or the other. Still is not a perfect confidence measure but at least is something. |
I wonder. When I try to recognize the song that not exit my database. It give me the wrong result. I feel it random choose.
The text was updated successfully, but these errors were encountered: