Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
wenet_onnxruntime
Commits
8b602ea6
Commit
8b602ea6
authored
Apr 17, 2025
by
chenzk
Browse files
Update url.md
parent
d6085cc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
README.md
README.md
+2
-7
No files found.
README.md
View file @
8b602ea6
...
...
@@ -37,7 +37,7 @@ docker run --shm-size 16g --network=host --name=wenet_onnxruntime -v /opt/hyhal:
```
## 数据集
下载Aishell数据集:
[
Aishell
](
http://
113.200.138.88:18080/aidatasets/project-dependency/aishell/
)
下载Aishell数据集:
[
Aishell
](
http
s
://
huggingface.co/datasets/AISHELL/AISHELL-1
)
```
AISHELL_data/
...
...
@@ -61,12 +61,7 @@ AISHELL_data/
## 推理
### C++版本推理
本次采用经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
```
本次采用经wenet模型完成问题语音识别任务,首先需要下载
[
模型
](
https://github.com/wenet-e2e/wenet/blob/main/docs/pretrained_models.md
)
至Resouce/models/。
下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
#### 构建工程
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment