Commit aa961d23 authored by yangql's avatar yangql
Browse files

Update README.md

parent b97d502e
...@@ -33,7 +33,28 @@ docker run --shm-size 16g --network=host --name=wenet_ort --privileged --device= ...@@ -33,7 +33,28 @@ docker run --shm-size 16g --network=host --name=wenet_ort --privileged --device=
## 数据集 ## 数据集
该推理模型使用aishell数据集训练而成。 该推理模型使用aishell数据集训练而成。
下载Aishell数据集:[ImageNet (image-net.org)](https://image-net.org/)
参考[scrips/extract_ILSVRC.sh](https://developer.hpccube.com/codes/modelzoo/resnet50-pytorch/-/blob/main/scrips/extract_ILSVRC.sh)处理数据集,处理后数据集结构如下:
```
AISHELL_data/
|
wav
|
speaker001
000001.wav
000002.wav
...
speaker002
...
...
transcript
|
transcript001.txt
transcript002.txt
...
```
## 推理 ## 推理
### C++版本推理 ### C++版本推理
本次采用经wenet模型完成问题语音识别任务,首先需要下载模型至Resouce/models/,链接:https://pan.baidu.com/s/1aUt6LRcspYLAmmWu0fFTdQ 本次采用经wenet模型完成问题语音识别任务,首先需要下载模型至Resouce/models/,链接:https://pan.baidu.com/s/1aUt6LRcspYLAmmWu0fFTdQ
......
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