chenkui164 / FastASR

这是一个用C++实现ASR推理的项目,它依赖很少,安装也很简单,推理速度很快,在树莓派4B等ARM平台也可以流畅的运行。 支持的模型是由Google的Transformer模型中优化而来,数据集是开源wenetspeech(10000+小时)或阿里私有数据集(60000+小时), 所以识别效果也很好,可以媲美许多商用的ASR软件。
Apache License 2.0
481 stars 74 forks source link

段错误 (核心已转储) #20

Closed NickSong1984 closed 1 year ago

NickSong1984 commented 1 year ago

./build/examples/k2_rnnt2_cli models/k2_rnnt2_cli/ zh.wav Audio time is 4.996812 s. len is 79949 段错误 (核心已转储)

请问这个问题怎么解决?多谢!

chenkui164 commented 1 year ago

在目录models/k2_rnnt2_cli中是不是没有wenet_params.bin这个文件,可以参考“k2_rnnt2预训练模型下载“这个章节完成转换,需要pytorch环境,要是不方便转换的话可以从网盘中下载。 百度网盘: https://pan.baidu.com/s/1irtnZthexSjQlRF6F8jRPQ 提取码: 5it6

NickSong1984 commented 1 year ago

多谢您的回复,问题解决了