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 know the accuracy of the result ? #130

Closed
monyoudom opened this issue Nov 11, 2017 · 4 comments
Closed

How to know the accuracy of the result ? #130

monyoudom opened this issue Nov 11, 2017 · 4 comments

Comments

@monyoudom
Copy link

monyoudom commented Nov 11, 2017

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.

@monyoudom monyoudom changed the title How to upload song to database ? How read the unicode of the song title ? Nov 11, 2017
@monyoudom monyoudom changed the title How read the unicode of the song title ? How to know the accuracy of the result ? Nov 11, 2017
@anuragkumarak95
Copy link
Contributor

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.

@JPery
Copy link
Contributor

JPery commented Jul 9, 2018

You can now use pull request #148 in which I've added a "relative confidence" value

@gitteraz
Copy link

gitteraz commented Oct 4, 2019

How do i use the "relative_confidence" value to decide if the returned song was the correct one?

@mauricio-repetto
Copy link
Contributor

mauricio-repetto commented Oct 11, 2019

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.

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

6 participants