Commit 1d39d916 authored by yangql's avatar yangql
Browse files

增加下载方法的说明

parent fd5acda4
...@@ -61,7 +61,13 @@ AISHELL_data/ ...@@ -61,7 +61,13 @@ AISHELL_data/
## 推理 ## 推理
### C++版本推理 ### C++版本推理
本次采用经wenet模型完成问题语音识别任务,首先需要下载[模型](http://113.200.138.88:18080/aimodels/findsource-dependency/wenet_onnxruntime)至Resouce/models/,下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。 本次采用经wenet模型完成问题语音识别任务,首先需要下载[模型](http://113.200.138.88:18080/aimodels/findsource-dependency/wenet_onnxruntime)至Resouce/models/,这里说明一下下载方法。
```
sudo apt-get update
sudo apt-get install git-lfs
git lfs clone http://113.200.138.88:18080/aimodels/findsource-dependency/wenet_onnxruntime.git
```
下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
#### 构建工程 #### 构建工程
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment