Git Product home page Git Product logo

Comments (6)

wq2012 avatar wq2012 commented on July 28, 2024

I really don't understand your questions. Please clarify.

We can't understand the relationship between real tags and predictive tags.

Which part you don't understand?

it makes it impossible to find out who the speaker is.

What do you mean?

from uis-rnn.

zyc1310517843 avatar zyc1310517843 commented on July 28, 2024

For example, I used 46 people to train the model, where train_cluster_id is [0,0,0............... 45,45,45], and then I used Forty-sixth people to predict, where test_cluster_id is [0,0,0,0,0...]. The predicted result is [0, 0, 0, 0, 0...]. My question is, shouldn't the predicted label be [45, 45, 45...]? I hope you can understand what I said.

from uis-rnn.

wq2012 avatar wq2012 commented on July 28, 2024

In diarization, the labels are not absolute labels, but relative labels. It is identity-agnostic.

Labels are meaningless across utterances.

For example, in an utterance, the labels are [0, 0, 1], it means first two segments are from one speaker, while the last segment is from a different speaker. It does NOT refer to any specific speaker.

if another utterance has labels [0, 1, 1], the two speakers in this utterance has no connection with the speakers in the previous utterance.

from uis-rnn.

zyc1310517843 avatar zyc1310517843 commented on July 28, 2024

I understand exactly what you said. Can I get the absolute label? Because I want to know who the speaker is.Thank you。

from uis-rnn.

zyc1310517843 avatar zyc1310517843 commented on July 28, 2024

from uis-rnn.

wq2012 avatar wq2012 commented on July 28, 2024

If you want the absolute labels, you are looking at the wrong technique and the wrong repo. It's not the problem diarization is trying to solve. It's speaker recognition, which is much easier than diarization. You can simply compute cosine similarity with different embeddings.

from uis-rnn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.