What are 'min_duration_off' and 'threshold' means (segmentation) ? #1301
amitli1
started this conversation in
Development
Replies: 1 comment
-
threshold (between 0 and 1) controls the aggressiveness of speaker activity detection (i.e. a higher value will result in less detected speech). See more here: https://github.com/pyannote/pyannote-audio/blob/develop/tutorials/adapting_pretrained_pipeline.ipynb in output 23 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
printing the pipeline parameters (
pipeline.parameters(instantiated=True)
) gives:I read the article of the segmentation model (End-to-end speaker segmentation for overlap-aware resegmentation)
and still don't understand, what is the meaning of min_duration_off and threshold ?
Beta Was this translation helpful? Give feedback.
All reactions