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 based metrics #331

Merged
merged 5 commits into from
Nov 20, 2021
Merged

Add event based metrics #331

merged 5 commits into from
Nov 20, 2021

Conversation

khumairraj
Copy link
Contributor

No description provided.

"event_postprocessing_grid"
]
else:
postprocessing_grid = EVENT_POSTPROCESSING_GRID
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EVENT_POSTPROCESSING_GRID can we just remove this and have a specific dcase grid and no default? If this is tricky let's just make an issue for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heareval/score.py Outdated Show resolved Hide resolved
),
"event_onset_offset_50ms_20perc_fms": partial(
EventBasedScore,
name="event_onset_offset_50ms_20perc_fms",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In MAESTRO paper (and our doc), they use fms + prc + rcl. Is it possible (and not too hard) to compute all three without running sed_eval three times (which is slow)? Maybe we could even run EventBasedScore just once for both onset f+p+r and onset+offset f+p+r. Like one sed_eval for all six?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@turian turian merged commit f14889d into main Nov 20, 2021
@turian turian deleted the add-s-metric branch November 20, 2021 19:55
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

Successfully merging this pull request may close these issues.

2 participants