babysor / MockingBird

🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
34.88k stars 5.18k forks source link

执行demo后出现错误,Warning: you did not pass a root directory for datasets as argument. #854

Closed bubbl000 closed 8 months ago

bubbl000 commented 1 year ago

Summary[问题简述(一句话)] (Tensorflow) E:\ai\demo_toolbox\MockingBird-main>python E:\ai\demo_toolbox\MockingBird-main\demo_toolbox.py Arguments: datasets_root: None vc_mode: False enc_models_dir: data\ckpt\encoder syn_models_dir: data\ckpt\synthesizer voc_models_dir: data\ckpt\vocoder extractor_models_dir: data\ckpt\ppg_extractor convertor_models_dir: data\ckpt\ppg2mel cpu: False seed: None no_mp3_support: False

Warning: you did not pass a root directory for datasets as argument. The recognized datasets are: LibriSpeech/dev-clean LibriSpeech/dev-other LibriSpeech/test-clean LibriSpeech/test-other LibriSpeech/train-clean-100 LibriSpeech/train-clean-360 LibriSpeech/train-other-500 LibriTTS/dev-clean LibriTTS/dev-other LibriTTS/test-clean LibriTTS/test-other LibriTTS/train-clean-100 LibriTTS/train-clean-360 LibriTTS/train-other-500 LJSpeech-1.1 VoxCeleb1/wav VoxCeleb1/test_wav VoxCeleb2/dev/aac VoxCeleb2/test/aac VCTK-Corpus/wav48 aidatatang_200zh/corpus/test aidatatang_200zh/corpus/train aishell3/test/wav magicdata/train Feel free to add your own. You can still use the toolbox by recording samples yourself.

Env & To Reproduce[复现与环境] 执行python E:\ai\demo_toolbox\MockingBird-main\demo_toolbox.py 后 有闪现出一个界面然后那个界面消失,目前cmd显示的代码是这些,前面我是删除掉了ui.py 283行 print(msg, file=sys.stderr) 里面的file=sys.stderr,然后才能进行到这一步 目前的情况就是运行demo后会出现上面的代码 我看#847这个问题是说模型放错位置,我对比了一些安装教学的视频好像我的文件夹比他们少了很多

Screenshots[截图(如有)] If applicable, add screenshots to help

bubbl000 commented 1 year ago

Snipaste_2023-03-19_03-32-24 Snipaste_2023-03-19_03-31-25 文件夹我对比了其他一些安装教学的视频 好像文件数量跟他们的不一样 但是下载下来我没有改动过