Replies: 1 comment
-
|
We did some comparison which show that timestamps of whisper-timestamped tend to be a bit more accurate than the ones in original whisper. Those results were not fully published, but there are some details in : "Transcribing And Aligning Conversational Speech: A Hybrid Pipeline Applied To French Conversations" (ASRU 2023) A direct comparison of openai-whisper and whisper-timestamped is difficult, because whisper-timestamps offers additional options such as the VAD (which is critical to obtain good results). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to test timestamps algorithm by calculating Detection Error Rate. I saw in the original Whisper-repo, that there is an command line option
--word-timestamps. I am wondering is anyone compare these two implementations (whisper-timestamped and original whisper). And how they differ?Beta Was this translation helpful? Give feedback.
All reactions