AlexandaJerry / whisper-vits-japanese

Vits Japanese with Whisper as data processor (you can train your VITS even you only have audios)
MIT License
160 stars 28 forks source link

.WARNING: JPCommonLabel_insert_pause() in jpcommon_label.c: First mora should not be short pause #3

Open kuuga314 opened 1 year ago

AlexandaJerry commented 1 year ago

您好,这种情况是因为whisper在识别您的语音过程中,识别出了日语之外的语言,比如英语单词,导致pyopenjtalk无法标调。您可以到filelist文件夹下train_filelist.txt和val_filelist.txt两个文件中,删除掉含有英文的整行,然后再运行!python preprocess.py --text_index 1 --text_cleaners japanese_cleaners --filelists /content/whisper-vits-japanese/filelists/train_filelist.txt /content/whisper-vits-japanese/filelists/val_filelist.txt