lareina-a
lareina-a
May I ask what dataset you are using?Can you share it with me?
您好,请问LibriTTS的对齐MFA文件从哪下载呢
> 你好,libriTTS我们是用的openslr上下载的数据集,关于预处理部分代码脚本和ming024/FastSpeech2也基本一致,你可以先判断下是哪一步出的问题导致文本和语音对不上。 > > 以下是我重新处理的一些流程。 > > 下载解压好LibriTTS数据集: > >  > > 第一步:执行prepare_align.py,按照说话人目录获得文本、语音成对的lab标注和wav文件,可检查是否对应; > >  > > 第二步:下载对齐文件TextGrid放到指定目录下,这里也可以检查下对齐结果是正常; > >   > > 第三步:执行preprocess.py,获得train-clean-100/dev-clean/test-clean.txt等文件 以及 duration/pitch/energy/mel等数据。 >...
> 5,(CDFSE) root@autodl-container-a33f42a766-eca23369:~/CDFSE_FastSpeech# python3 preprocess.py config/AISHELL3/preprocess.yaml Processing Data ... 0it [00:00, ?it/s] Computing statistic quantities ... Traceback (most recent call last): File "preprocess.py", line 19, in preprocessor.build_from_path() File "/root/CDFSE_FastSpeech/preprocessor/preprocessor.py", line...