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

[Speech Separation/ValueError] v.3.3 - "speech_separation.py", line 648, in apply np.concatenate(remaining_zeros) ValueError: need at least one array to concatenate #1747

Open
ai-nikolai opened this issue Aug 2, 2024 · 2 comments

Comments

@ai-nikolai
Copy link

ai-nikolai commented Aug 2, 2024

Tested versions

  • Reproducible in 3.3.

System information

M2 Pro, 14.3. pip install pyannote.audio[separation]

Issue description

Speech Separation Error.

When using file voxconverse_test_wav/jxydp.wav from Voxconverse test set.

.../speech_separation.py", line 648, in apply   
np.concatenate(remaining_zeros) 
ValueError: need at least one array to concatenate

Minimal reproduction example (MRE)

pipeline = Pipeline.from_pretrained(
            checkpoint_path="pyannote/speech-separation-ami-1.0",
            use_auth_token=auth_token,
        )
pipeline("jxydp.wav") #this throws the above error. 
@ai-nikolai
Copy link
Author

@hbredin

@karl-ford
Copy link

Same too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants