-
Notifications
You must be signed in to change notification settings - Fork 25
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 align and get the begin and end time of the query in database? #17
Comments
The simplest answer is matcher. |
@980202006 For the details, here is one example.
The top
Here the result
We then perform
We calculate the total distance (called score, but actually a penalty: smaller value is better) for each candidate sequence:
Finally we take In the paper, I described this using |
This is a great example, I want to ask regarding such cases, in order to evaluate, |
|
If I query the start and end positions of an audio, through faiss.search, it is possible that top n is a non-continuous value, how can I align it?
The text was updated successfully, but these errors were encountered: