Owl
Owl copied to clipboard
Link to Silero VAD model is invalid (404)
https://github.com/OwlAIProject/Owl/blob/91922655c3cbf0e5f3282c22806b5ac0cf30063e/owl/services/vad/vad.py#L115
The link to the Silero VAD model (https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx) doesn’t work anymore.
I tried to fix this by setting the model to: https://github.com/snakers4/silero-vad/blob/master/src/silero_vad/data/silero_vad.onnx
But now it throws the following error:
backend-1 | onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from pretrained_models/vad/silero_vad.onnx failed: Protobuf parsing failed.
BTW, if anyone is still interested in fixing this, please check out my commit here: 🔗https://github.com/BasedHardware/omi/pull/1981/commits/3ab94bd0ace1aa2df42ca06eedab3fbf0ac20b92
And the whole PR: 🔗 https://github.com/BasedHardware/omi/pull/1981