How to get the calculated embedding for each segment from the pipeline output ? #1338
amitli1
started this conversation in
Development
Replies: 2 comments 1 reply
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The solution you (@amitli1) propose is actually the only one I can think of. Indeed, separate embeddings for each segment are in fact never computed during inference. |
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
-
Is there a way to get the calculated embedding for each segment from the pipeline result ?
How can I get the caluclated embedding for each segement ?
I know I can iterate over (
diarization.itertracks
) and get the relevant segment times and recalculate the embedding (pyannote/embedding
), but it seems redundant because this information has already been calculated.Beta Was this translation helpful? Give feedback.
All reactions