You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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!
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)
The text was updated successfully, but these errors were encountered: