ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

Open or closed set #16

Closed jmrbcu closed 7 years ago

jmrbcu commented 7 years ago

What would happen if I have a trained model with 3 speakers, then, I try to identify a 4th speaker which is not in the trained model, what would be the answer in this case?

ppwwyyxx commented 7 years ago

It would be one of the 3.

jmrbcu commented 7 years ago

Is there any possibility to respond something like: I don't know who the 4th speaker is?

ppwwyyxx commented 7 years ago

We don't have this feature in this project.

jmrbcu commented 7 years ago

ok, is it possible to add it?

ppwwyyxx commented 7 years ago

You can certainly try it if you want.