-
Notifications
You must be signed in to change notification settings - Fork 36
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
Using my own wav file to transcribe the results was wrong #20
Comments
Not sure if this is the cause. The input audio must be 16000Hz Mono. The audio you uploaded is 48000Hz. Try down sample it? |
Let me have a try later. Thank you so much! |
Hello,I want to ask you a question. when I used this command:taskset -c 4-7 python -m useful_transformers.transcribe_wav |
Which kernel and version of RKNPU are you using? I haven't move useful-transformers to v2.0.0 yet. For now it still runs on 1.6.0 |
In this website https://github.com/airockchip/rknn-toolkit2/tree/master. The latest version v2.0.0. |
@shuffblow 1.6.0 exists here. In a different repo |
I downloaded the wav audio from here: https://voiceage.com/wbsamples/in_mono/Sports.wav
And I used the following command: taskset -c 4-7 python -m useful_transformers.transcribe_wav Sports.wav
The following is the result of the operation, which is completely wrong with the content in the audio. May I ask why this is and how to solve it?
Thank you so much!
The text was updated successfully, but these errors were encountered: