Closed LONG520520 closed 3 years ago
Hello, I'd like to ask if you can give some suggestions on how to get the speaker order score in this restriction matrix? Or whether a template can be provided.
''' from spectralcluster import constraint constraint_matrix = constraint.ConstraintMatrix( speaker_turn_scores, threshold=1).compute_diagonals() ''' Thank you.
See #32
Unfortunately we cannot open source our speaker turn detection algorithm due to dependencies.
Hello, I'd like to ask if you can give some suggestions on how to get the speaker order score in this restriction matrix? Or whether a template can be provided.
''' from spectralcluster import constraint constraint_matrix = constraint.ConstraintMatrix( speaker_turn_scores, threshold=1).compute_diagonals() ''' Thank you.