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

Word level timestamp #218

Open
RobinWitch opened this issue Oct 14, 2024 · 1 comment
Open

Word level timestamp #218

RobinWitch opened this issue Oct 14, 2024 · 1 comment

Comments

@RobinWitch
Copy link

I‘m trying to use it to get each word's timestamp, but my result is bad. I'm not sure what I did wrong.
I use whisper-large-v3
openai-whisper 20231117
whisper-timestamped 1.15.4

I use the command whisper_timestamped test.wav --language en --model ./ckpt/whisper-large-v3 --output_dir output1 --accurate
Wav file and the generated result are placed in wt_test.zip.

For example. in test.wav.words.tsv, the text relaxing starts at 3420, ends at 3800. But actually, the time range for the pronunciation of 'relaxing' should be between 3600 and 4300. The error is so big.

Can someone tell me how to improve it and get a good result?

@Jeronymous
Copy link
Member

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

No branches or pull requests

2 participants