TaoRuijie / ECAPA-TDNN

Unofficial reimplementation of ECAPA-TDNN for speaker recognition (EER=0.86 for Vox1_O when train only in Vox2)
MIT License
594 stars 113 forks source link

data08文件夹 #64

Closed wangsheng3 closed 10 months ago

wangsheng3 commented 1 year ago

请问作者可以提供一下data08文件夹下的数据集和txt文件嘛?

TaoRuijie commented 1 year ago

数据太大了而且我没有版权,抱歉啊

wangsheng3 commented 1 year ago

default="/data08/VoxCeleb1/veri_test2.txt", help='The path of the evaluation list, veri_test2.txt comes from https://www.robots.ox.ac.uk/~vgg/data/voxceleb/meta/veri_test2.txt'),这是您的代码,这个链接中的voxceleb1的test.txt文件中有的id号在我最近下载的新的voxceleb1数据集里已经没有了,这种文件怎么处理呢

TaoRuijie commented 1 year ago

如果找不到 且数量不多 那就只能跳过该数据了...

wangsheng3 commented 1 year ago

跳过该数据的意思是指这种文件里的没有的语音数据不用管它,还是需要将这些数据清除,比如id10270的音频数据都没有,但是测试文件里有他的数据,是将测试文件里的id10270的信息删除还是不用管它?

TaoRuijie commented 1 year ago

不是很清楚你的意思,建议还是找到完整的测试数据。Skip掉是实在没办法的措施,因为跳过后report的结果也和别人的情况不同了。