We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
appreciate your hard work
audio (2 minutes): 01.aac.zip
The correct SRT result (using commit fbcf58b, which is before the huge PR #856): 01.old.srt.zip
The wrong SRT result (using latest commit 85e61ea): 01.new.srt.zip
I am not using the batch version
model = faster_whisper.WhisperModel( model_size_or_path='large-v2', device='cuda', cpu_threads=4, ) model.transcribe( audio=audio, language=None, task='transcribe', vad_filter=False, initial_prompt=None, word_timestamps=True, repetition_penalty=1.0, )
script from this project https://github.com/heimoshuiyu/whisper-fastapi
some segments on the left (wrong) has 1 second mismatch (shift +1s) than the right (correct)
I also test on the commit of RP #856 (eb83902), which is worse
result SRT: 01.eb839023.srt.zip
left: commit eb83902 PR #856 middle: latest commit 85e61ea right: commit fbcf58b
The text was updated successfully, but these errors were encountered:
seek
Successfully merging a pull request may close this issue.
appreciate your hard work
audio (2 minutes): 01.aac.zip
The correct SRT result (using commit fbcf58b, which is before the huge PR #856): 01.old.srt.zip
The wrong SRT result (using latest commit 85e61ea): 01.new.srt.zip
I am not using the batch version
script from this project https://github.com/heimoshuiyu/whisper-fastapi
some segments on the left (wrong) has 1 second mismatch (shift +1s) than the right (correct)
I also test on the commit of RP #856 (eb83902), which is worse
result SRT:
01.eb839023.srt.zip
left: commit eb83902 PR #856
middle: latest commit 85e61ea
right: commit fbcf58b
The text was updated successfully, but these errors were encountered: