PunkMale / ECAPA-TDNN-CNCeleb

针对CN-Celeb数据集的基于ECAPA-TDNN的说话人识别的pytorch实现
Apache License 2.0
9 stars 0 forks source link

Inquiry Regarding Access to train.csv in ECAPA-TDNN and CN-Celeb Datasets #2

Closed ZhaoQinlao closed 5 months ago

ZhaoQinlao commented 6 months ago

As a newcomer to ECAPA-TDNN and CN-Celeb datasets, I am seeking clarification on how to access the 'train.csv' file. Despite searching through the official dataset repositories, I have been unable to locate this specific file. Could you please provide guidance on how to obtain it? Any assistance or direction on how to access the 'train.csv' file would be greatly appreciated. Thank you for your attention to this matter.

PunkMale commented 6 months ago

你好!我是参考sunine这个脚本的stage1和stage2构建train.csv和trails.lst的。 因为voxceleb和cnceleb的文件夹结构基本一致,所以换个路径就行。不过要注意的是在sunine框架中可能只检测wav后缀。相应的生成脚本在run.sh文件同级目录的的local目录中,你在里面把wav改成flac即可。 最后的形式是这样: image 如果不行的话我把我的文件传到仓库中。

祝好!

ZhaoQinlao commented 5 months ago

非常感谢您的回复,参看了您的回复后,我用sunine的step/build_datalist.py生成了一个类似的train.csv的文件,这对我帮助很大。