go-containerregistry icon indicating copy to clipboard operation
go-containerregistry copied to clipboard

Problem of cosine similarity computing for speaker verification

Open Winterspringkle opened this issue 1 year ago • 1 comments

python verification.py --model_name ecapa_tdnn --wav1 vox1_data/David_Faustino/hn8GyCJIfLM_0000012.wav --wav2 vox1_data/Josh_Gad/HXUqYaOwrxA_0000015.wav 2023-08-03 18:48:40 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX The similarity score between two audios is 0.9880 (-1.0, 1.0).

When I tried the script provided in readme, I got the similarity of 0.9880, which is far from the 0.2053 in readme and no help to speaker verification task. How to reproduce the result in readme file?

Winterspringkle avatar Aug 03 '23 10:08 Winterspringkle

Did you set the checkpoint?

RegulusBai avatar May 24 '24 06:05 RegulusBai