VCTK_092¶
- class torchaudio.datasets.VCTK_092(root: str, mic_id: str = 'mic2', download: bool = False, url: str = 'https://datashare.is.ed.ac.uk/bitstream/handle/10283/3443/VCTK-Corpus-0.92.zip', audio_ext='.flac')[source]¶
VCTK 0.92 [Yamagishi 等人,2019] 数据集
- 参数:
root (str) – 数据集顶层目录所在的根目录。
mic_id (str, 可选) – 麦克风 ID。可以是
"mic1"
或"mic2"
。(默认值:"mic2"
)download (bool, 可选) – 如果在根路径下找不到数据集,是否下载。(默认值:
False
)。url (str, 可选) – 下载数据集的 URL。(默认值:
"https://datashare.is.ed.ac.uk/bitstream/handle/10283/3443/VCTK-Corpus-0.92.zip"
)audio_ext (str, 可选) – 如果数据集转换为非默认音频格式,则自定义音频扩展名。
注意
由于缺少相应的文本文件,将跳过来自说话人
p315
的所有语音。对于
mic_id="mic2"
,将跳过来自p280
的所有语音,因为缺少音频文件。由于缺少音频文件,将跳过来自说话人
p362
的部分语音。