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
音频采样率: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") 是正确的值
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, )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
音频采样率: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") 是正确的值
The text was updated successfully, but these errors were encountered: