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
ASR_onnxruntime
Commits
157d767d
Commit
157d767d
authored
Jul 11, 2024
by
chenzk
Browse files
add icon
parent
866d5c6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
icon.png
icon.png
+0
-0
No files found.
README.md
View file @
157d767d
...
@@ -15,7 +15,10 @@ docker run -d -t --privileged --device=/dev/kfd --device=/dev/dri/ --network=hos
...
@@ -15,7 +15,10 @@ docker run -d -t --privileged --device=/dev/kfd --device=/dev/dri/ --network=hos
docker exec -it asr-test bash
docker exec -it asr-test bash
pip3 install onnxruntime.whl
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
python3 main.py --model_dir="./en_v5.onnx" --wav_dir="./wavs/" --warmup=1
...
...
icon.png
0 → 100644
View file @
157d767d
68.4 KB
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