clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.03k stars 272 forks source link

Questions about the test list #39

Closed yy835055664 closed 4 years ago

yy835055664 commented 4 years ago

Hello, I would like to ask a few questions about the test list

  1. What does 1 or 0 in the first column of the test list mean?
  2. There are two voice tags on each line in the test list. Do I have to set this up?
  3. If I use my own data set, do I need to arrange it according to the training list and test list?
joonson commented 4 years ago
  1. 1 means same speaker, 0 means different speakers
  2. Yes, you need positive and negative pairs in the test set.
  3. Yes, you will need to prepare the data in the same format.