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

在使用VAD时,采样率对推理结果影响很大 #152

Open
bigeyefish opened this issue Oct 25, 2024 · 0 comments
Open

在使用VAD时,采样率对推理结果影响很大 #152

bigeyefish opened this issue Oct 25, 2024 · 0 comments
Labels
question Further information is requested

Comments

@bigeyefish
Copy link

音频采样率:44100
不使用 VAD:识别效果很准确
使用VAD:识别效果很差

音频采样率:22050
不使用 VAD:识别效果很准确
使用VAD:识别效果很准确

不确定是否和funasr有关,启动方式:
m = AutoModel( model=model_dir, trust_remote_code=True, remote_code='./model.py', vad_model=vad_dir, vad_kwargs={"max_single_segment_time": 30000}, device="cuda:0", disable_update=True, )
文件'./model.py' 中 inference 方法中 kwargs.get("fs") 是正确的值

@bigeyefish bigeyefish added the question Further information is requested label Oct 25, 2024
@bigeyefish bigeyefish changed the title 在使用VAD时,采样率对推理结果应下个很大 在使用VAD时,采样率对推理结果影响很大 Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant