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 ASR evaluation for long speech #5696

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

wyh2000
Copy link
Contributor

@wyh2000 wyh2000 commented Mar 6, 2024

What?

Add evaluation scripts for long speech ASR.

Why?

For long speech (e.g. longer than 20 seconds), we should first split it into shorter segments and then evaluate ASR performance. In this PR, we added code to split the speech based on the threshold.

See also

VoxtLM

@mergify mergify bot added the ESPnet2 label Mar 6, 2024
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.10%. Comparing base (d004740) to head (85212a5).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5696       +/-   ##
===========================================
+ Coverage   23.30%   70.10%   +46.80%     
===========================================
  Files         746      746               
  Lines       69369    69369               
===========================================
+ Hits        16163    48634    +32471     
+ Misses      53206    20735    -32471     
Flag Coverage Δ
test_configuration_espnet2 ?
test_integration_espnet1 62.92% <ø> (ø)
test_python_espnet1 18.32% <ø> (ø)
test_python_espnet2 52.05% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

None yet

1 participant