How to obtain word-level segmentation timestamps? #1855
Answered
by
jongwook
ZayneHuang
asked this question in
Q&A
|
Hi, I am currently facing a challenge with the transcription output from Whisper. Current timestamps include pauses between words, but I require precise start and end times for each individual word, excluding any pauses. I think it is the segmention timestamp of each word. |
Answered by
jongwook
Nov 30, 2023
Replies: 3 comments 8 replies
|
|
5 replies
|
Try WhisperX |
0 replies
|
is there any difference between timestamps produced by whisper vs. whisper_timestamped? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your observation is correct; Whisper is not explicitly trained for word-level timestamps and the current outputs are produced by an inference-time trick, which does not give perfectly accurate timing, especially when dealing with pauses..