Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't open demo_toolbox.py #393

Closed
TheAwesomeYT opened this issue Jul 2, 2020 · 4 comments
Closed

can't open demo_toolbox.py #393

TheAwesomeYT opened this issue Jul 2, 2020 · 4 comments

Comments

@TheAwesomeYT
Copy link

TheAwesomeYT commented Jul 2, 2020

Whenever i try to open demo_toolbox.py, this happens:

UserWarning: Unable to import 'webrtcvad'. This package enables noise removal and is recommended.
  warn("Unable to import 'webrtcvad'. This package enables noise removal and is recommended.")
2020-07-02 10:10:33.214892: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll
Arguments:
    datasets_root:    None
    enc_models_dir:   encoder\saved_models
    syn_models_dir:   synthesizer\saved_models
    voc_models_dir:   vocoder\saved_models
    low_mem:          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
Feel free to add your own. You can still use the toolbox by recording samples yourself.
Traceback (most recent call last):
  File "demo_toolbox.py", line 32, in <module>
    Toolbox(**vars(args))
  File "C:\Users\HP Pavilion\Downloads\Real-Time-Voice-Cloning-master (1)\Real-Time-Voice-Cloning-master\toolbox\__init__.py", line 49, in __init__
    self.reset_ui(enc_models_dir, syn_models_dir, voc_models_dir)
  File "C:\Users\HP Pavilion\Downloads\Real-Time-Voice-Cloning-master (1)\Real-Time-Voice-Cloning-master\toolbox\__init__.py", line 97, in reset_ui
    self.ui.populate_models(encoder_models_dir, synthesizer_models_dir, vocoder_models_dir)
  File "C:\Users\HP Pavilion\Downloads\Real-Time-Voice-Cloning-master (1)\Real-Time-Voice-Cloning-master\toolbox\ui.py", line 275, in populate_models
    raise Exception("No encoder models found in %s" % encoder_models_dir)
Exception: No encoder models found in encoder\saved_models

Please help!

@ghost
Copy link

ghost commented Jul 2, 2020

@TheAwesomeYT
Copy link
Author

TheAwesomeYT commented Jul 3, 2020

I thought that was if you werent going to make your own? (im making my own btw) Or am I mixing that up with something else?

@ghost
Copy link

ghost commented Jul 3, 2020

If you're training your own models then you should start with the instructions here: https://github.com/CorentinJ/Real-Time-Voice-Cloning/wiki/Training

I recommend first trying the toolbox with the pretrained models as it is a significant time investment to train your own.

@ghost
Copy link

ghost commented Jul 3, 2020

I'm going to close this issue since #395 indicates the original issue has been resolved. We will work through any further issues you discover over there.

@ghost ghost closed this as completed Jul 3, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant