Commit 157d767d authored by chenzk's avatar chenzk
Browse files

add icon

parent 866d5c6c
......@@ -15,7 +15,10 @@ docker run -d -t --privileged --device=/dev/kfd --device=/dev/dri/ --network=hos
docker exec -it asr-test bash
pip3 install onnxruntime.whl
```
下载模型 (https://models.silero.ai/models/en/en_v5.onnx) 到当前目录,建立wavs文件夹添加测试wav文件
下载模型 (https://models.silero.ai/models/en/en_v5.onnx) 到当前目录,建立wavs文件夹添加测试wav文件。
预训练权重快速下载中心:[SCNet AIModels](http://113.200.138.88:18080/aimodels) ,项目中的预训练权重可从快速下载通道下载:[en_v5](http://113.200.138.88:18080/aimodels/findsource-dependency/weight/-/raw/main/en_v5.onnx)
## 推理
```
python3 main.py --model_dir="./en_v5.onnx" --wav_dir="./wavs/" --warmup=1
......
icon.png

68.4 KB

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