在modelscope-funasr为什么识别的内容和音频不一致呀?

在modelscope-funasr为什么识别的内容和音频不一致呀?from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks

inference_pipeline = pipeline(
task=Tasks.auto_speech_recognition,
model='iic/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch', model_revision="v2.0.4")

rec_result = inference_pipeline(input='zh.wav')
print(rec_result)

展开
收起
三分钟热度的鱼 2024-08-28 19:53:14 63 发布于安徽 分享
分享
版权
举报
1 条回答
写回答
取消 提交回答
  • 你用funasr的接口推理试试 此回答整理自钉群“modelscope-funasr社区交流”

    2024-08-28 20:32:24 举报
    赞同 344 评论

    评论

    全部评论 (0)

    登录后可评论

包含命名实体识别、文本分类、分词、关系抽取、问答、推理、文本摘要、情感分析、机器翻译等多个领域

热门讨论

热门文章

还有其他疑问?
咨询AI助理