耳朵数据集
blind testset
我们发布了表达性无回声语音记录 (EARS) 数据集。
如果您使用该数据集或其任何衍生物,请引用我们的论文
@inproceedings{richter2024ears,
title={{EARS}: An Anechoic Fullband Speech Dataset Benchmarked for Speech Enhancement and Dereverberation},
author={Richter, Julius and Wu, Yi-Chiao and Krenn, Steven and Welker, Simon and Lay, Bunlong and Watanabe, Shinjii and Richard, Alexander and Gerkmann, Timo},
booktitle={Interspeech},
year={2024}
}
如需生成语音增强基准的音频样本或脚本,请访问项目页面。
for X in $(seq -w 001 107); do
curl -L https://github.com/facebookresearch/ears_dataset/releases/download/dataset/p${X}.zip -o p${X}.zip
unzip p${X}.zip
rm p${X}.zip
done
运行 EARS 下载脚本
python download_ears.py
curl -L https://github.com/facebookresearch/ears_dataset/releases/download/blind_testset/blind_testset.zip -o blind_testset.zip
mkdir blind_testset
unzip blind_testset.zip -d blind_testset
rm blind_testset.zip
运行盲测试集下载脚本
python download_blind_testset.py
107 位说话者的说话者统计信息(年龄、种族、性别、体重、身高、母语)收集在扬声器_statistics.json 中。
数据集阅读部分的抄本可在transcripts.json 中找到。
代码和数据集在 CC-NC 4.0 国际许可下发布。