Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ai.onnxruntime.OrtException: Error code - ORT_FAIL - message: Load model from /sdcard/Download/huigu/silero_vad.onnx failed:system error number 13 #461

Closed
jesusycs opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jesusycs
Copy link

2024-06-19 17:30:13.119 24041-24041/com.example.digitalhuman E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.digitalhuman, PID: 24041
java.lang.RuntimeException: ai.onnxruntime.OrtException: Error code - ORT_FAIL - message: Load model from /sdcard/Download/huigu/silero_vad.onnx failed:system error number 13

Caused by: ai.onnxruntime.OrtException: Error code - ORT_FAIL - message: Load model from /sdcard/Download/huigu/silero_vad.onnx failed:system error number 13
at ai.onnxruntime.OrtSession.createSession(Native Method)
at ai.onnxruntime.OrtSession.(OrtSession.java:74)
at ai.onnxruntime.OrtEnvironment.createSession(OrtEnvironment.java:236)
at ai.onnxruntime.OrtEnvironment.createSession(OrtEnvironment.java:221)
at com.example.digitalhuman.vad.SlieroVadOnnxModel.(SlieroVadOnnxModel.java:40)

@jesusycs jesusycs added the bug Something isn't working label Jun 19, 2024
@snakers4
Copy link
Owner

It does not load on Android? Which onnx runtime version do you have? Does it load on your x86 machine with the same version?

@snakers4
Copy link
Owner

The new VAD version was released just now - #2 (comment).
If the issue persists with the new version, can you please open a new issue referring to this one.
Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants