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

Add event combination post-processors based on inter-event gaps #472

Open
atruskie opened this issue Apr 1, 2021 · 0 comments
Open

Add event combination post-processors based on inter-event gaps #472

atruskie opened this issue Apr 1, 2021 · 0 comments
Assignees

Comments

@atruskie
Copy link
Member

atruskie commented Apr 1, 2021

Add event combination post-processors based on inter-event gaps

The current event combination filters combine events from the baseline (start, or low frequency) of the first event.

The idea is to anchor a composite event to the first detected component because that component tends to be the strongest and most defining event.

However, these combination filters do not work when the goal is to chain a series of events together. For a chaining operation the inter-event gap should be used as the threshold for joining events (rather than the baseline).

Proposal:

Add a CombineEventSequence post processing step with the following parameters:

  • Interval? TemporalGap
  • Interval? SpectralGap
  • Interval? SequenceLength
  • Interval? TemporalDifference
  • Interval? SpectralDifference

Alternatives:

We could split the proposal up into two separate filters - but I want to explore one filter that could work for events on a diagonal axis.

Additional context

Several of the NSW DPI recognisers could benefit from this change.

This should be done after #468.

The existing documentation for the SyllableSequence and CombineVerticalSyllables post processing steps should be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants