SungFeng-Huang / Meta-TTS

Official repository of https://doi.org/10.1109/TASLP.2022.3167258. More up-to-date code is in "refactor" branch.
187 stars 34 forks source link

Is 4 positive samples and 4 negative samples enough for computing the threshold for asv acceptant rate? #8

Closed predawnang closed 1 year ago

predawnang commented 1 year ago

Hi,

I noticed that in the evaluation/json/VCTK/pair.json you provide 4 positive samples and 4 negative samples per speaker in vctk dataset. I wonder that is it enough for computing a good threshold value for asv acceptant rate?

Thanks

SungFeng-Huang commented 1 year ago

Hi,

We are following the settings of VoxCeleb, a commonly used corpus for automatic speaker verification (ASV) tasks. As VoxCeleb is widely accepted among ASV researchers, we believe that the number of positive and negative samples provided is sufficient for ASV purposes.

predawnang commented 1 year ago

thank you so much