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

Low common hash value yielding high match time #62

Open
StudentSA opened this issue May 22, 2019 · 1 comment
Open

Low common hash value yielding high match time #62

StudentSA opened this issue May 22, 2019 · 1 comment

Comments

@StudentSA
Copy link

Hi Dan,

Firstly, the work you have done here is exceptional, Thanks.

I have a found a case where matching a recording against multiple references generates unexpected match data.
Reference audio 1 (48seconds) was fingerprinted to 6654 hashes
Reference audio 2 (53seconds) was fingerprinted to 7861 hashes

The resultant match data for Reference 1 indicated 1998 common hashes with a match time 41.4 seconds which is a correct detection
The match data for Reference 2 indicates a common hash of only 77 but a 42.4 second match time which is an incorrect detection

I base my match decision on match time as I believed it to be the best indication of a successful match. Would you be able to advise why such a low common hash would yield such a high match time?

Thanks.

@dpwe
Copy link
Owner

dpwe commented May 22, 2019 via email

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

2 participants