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

error: The frames array is empty. No features to compute. #2

Open
linmi opened this issue Aug 8, 2024 · 1 comment
Open

error: The frames array is empty. No features to compute. #2

linmi opened this issue Aug 8, 2024 · 1 comment

Comments

@linmi
Copy link

linmi commented Aug 8, 2024

6_speakers.wav.zip

.cargo/registry/src/index.crates.io-6f17d22bba15001f/knf-rs-0.1.7/src/lib.rs:38:9

During my testing process, only 3 people will also encounter 7 8 9 and many ?. The original pyannote accurately identified it.

Can you provide an option that does not specify the number of people and let the system automatically determine it? thanks.

2024-08-08 09 35 16

BTW, This is a great project, very fast.

@thewh1teagle
Copy link
Owner

.cargo/registry/src/index.crates.io-6f17d22bba15001f/knf-rs-0.1.7/src/lib.rs:38:9

I see the error. it happens because the specific segment is only 100ms. Maybe it's too short for the features extraction for embedding. Not sure yet how to handle this.

During my testing process, only 3 people will also encounter 7 8 9 and many ?. The original pyannote accurately identified it.

Can you share your snippet with pyannote so we can compare?

Can you provide an option that does not specify the number of people and let the system automatically determine it? thanks.

I updated the examples. Both now returns the speaker always if no error.

BTW, This is a great project, very fast.

Thanks!

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