A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
Trying to run this example for speech_timestamp_prediction-v1-16k-offlinehere for different audios. I see my English audio failed with this error.
Added this extra check locally and solved the issue.
"/Users/{USER}/.pyenv/versions/funasr_usage/lib/python3.12/site-packages/funasr/utils/postprocess_utils.py", line 127, in abbr_dispose
end = time_stamp[ts_nums[num]][1]
~~~~~~~~~~^^^^^^^^^^^^^^
IndexError: list index out of range
Trying to run this example for
speech_timestamp_prediction-v1-16k-offline
here for different audios. I see my English audio failed with this error. Added this extra check locally and solved the issue.