char5742 / flutter_silero_vad

This is an unofficial plugin for calling the Silero VAD ONNX model in Flutter.
Other
28 stars 15 forks source link

How to train model Silero VAD? #3

Closed ITHealer closed 11 months ago

ITHealer commented 11 months ago

Can you share with me about how to train or pretrain model silero VAD?

char5742 commented 11 months ago

Currently, my library is utilizing the pre-trained models provided by Silero VAD . For information on the training methods of these models, I recommend referring to the documentation and source code published by the developers of Silero VAD.

ITHealer commented 11 months ago

Currently, my library is utilizing the pre-trained models provided by Silero VAD . For information on the training methods of these models, I recommend referring to the documentation and source code published by the developers of Silero VAD.

Thanks!