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

Bugs of VAD and speaker model for English Audio #2114

Closed
ruifengma opened this issue Sep 27, 2024 · 1 comment
Closed

Bugs of VAD and speaker model for English Audio #2114

ruifengma opened this issue Sep 27, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ruifengma
Copy link

I got the following model composition for English audio speech recognition with speaker classification

funasr_model = AutoModel(model="iic/speech_paraformer_asr-en-16k-vocab4199-pytorch",
                            vad_model="damo/speech_fsmn_vad_zh-cn-16k-common-pytorch",
                            punc_model="damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch",
                            spk_model="damo/speech_campplus_sv_zh-cn_16k-common",
                            )

And I meet following questions:

  1. There are only 2 speakers, but the model output 5 speakers (spk0, spk1, spk2, spk3 and spk5)
  2. you may notice that there 5 speakers but there is not spk4 but a spk5
  3. The VAD model always put several speakers in one chunk
  • OS (e.g., Linux): Cent OS7
  • FunASR Version (e.g., 1.0.0): 1.1.6
  • ModelScope Version (e.g., 1.11.0): 1.18.1
  • PyTorch Version (e.g., 2.0.0): 2.4.1
  • How you installed funasr (pip, source): pip
  • Python version:
  • GPU (e.g., V100M32) A40
  • CUDA/cuDNN version (e.g., cuda11.7): cuda12.2
  • Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1)
  • Any other relevant information:
@ruifengma ruifengma added the question Further information is requested label Sep 27, 2024
@LauraGPT
Copy link
Collaborator

LauraGPT commented Nov 5, 2024

Yes, so far, only zh models could be combined with spk models.

@LauraGPT LauraGPT closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants