Commit 909783c3 authored by chenzk's avatar chenzk
Browse files

Update sf.md

parent a3b9c5a4
......@@ -2,9 +2,9 @@
## 论文
## 模型结构
![image](https://developer.hpccube.com/codes/modelzoo/asr_onnx/-/raw/main/resources/silero_stt_model.jpg)
![image](https://developer.sourcefind.cn/codes/modelzoo/asr_onnx/-/raw/main/resources/silero_stt_model.jpg)
## 算法原理
![image](https://developer.hpccube.com/codes/modelzoo/asr_onnx/-/raw/main/resources/asr.png)
![image](https://developer.sourcefind.cn/codes/modelzoo/asr_onnx/-/raw/main/resources/asr.png)
## 数据集
## 环境配置
......@@ -27,7 +27,7 @@ python3 main.py --model_dir="./en_v5.onnx" --wav_dir="./wavs/" --warmup=1
# --wav_dir:需要推理的语音路劲,如"./speech_orig.wav";speech_orig.wav是文件夹中已经存在的语音
```
## result
![image](https://developer.hpccube.com/codes/modelzoo/asr_onnx/-/raw/main/resources/asr_result.png)
![image](https://developer.sourcefind.cn/codes/modelzoo/asr_onnx/-/raw/main/resources/asr_result.png)
### 精度
暂无
## 应用场景
......@@ -36,7 +36,7 @@ python3 main.py --model_dir="./en_v5.onnx" --wav_dir="./wavs/" --warmup=1
### 热点应用行业
交通,金融,医疗,教育,家居
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/asr_onnx
https://developer.sourcefind.cn/codes/modelzoo/asr_onnx
## 参考资料
* [silero-models](https://github.com/snakers4/silero-models)
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