-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
MR albert, I love your work so much.
but it doesn't have a friendly user guide to use.
and....it may have some bugs in these codes?
these day I am trying to run these codes but I spent some time on how to use it. May I share my note and could you please spent a little time checking on it so that we could build it more friendly?
Here is my note, it seems someting wrong....(On step 6 when i using seq2seq) butI dont know where is the problem.
This project contains 3 solutions for voice conversion.
A MCEP-GMM based solution based on SPTK tools(Bsaeline solution of VCC2016: http://vc-challenge.org/summary.html)
A DNN-LSTM-GRU converting MVF-logf0-Mel-cepstrum
A seq2seq based MVF-logf0-Mel-cepstrum feature extraction conveting solution.
To run MCEP-GMM based solution based on SPTK tools:
edit sptk_vc.sh TRAIN_FILENAME to any files you need to convert
run sptk_vc.sh
the output wav is in data/training/gmm_vc
To run DNN-LSTM-GRU converting:
run lf0_lstm.py mvf_dnn.py mcp_gru.py to train different models to convert different features
[optional]run lf0_post_training.py mcp_post_training.py mvf_post_training.py mvf_plot_curves.py to verify model
run decode_aho.sh to merge the feature to wav
To run seq2seq:
0.[optional]you can get all the training file in ,put them in data/training/
1.apt-get intsall sox ,pip install tensorflow and so on
2.cp do_columns.pl to /usr/local/bin
3.get tfglib (https://github.com/albertaparicio/tfglib),edit seq2seq_datatable.py(maybe bug in para: nb_classes) ,and install
4.source install ahocoder, and add the file $ into your path
5.edit data/test/speakers.list (add more speakers if step 0 was procceed?)
6.run /data/train/seq2seq_align_training.sh and /data/test/seq2seq_align_test.sh
7.run seq2seq.py
(There are some questions....that some file(like file 200007)wasn't extract .lf0.dat file and may throw an error)
8.run seq2seq_decode_prediction.py
JingleiSHI, JXieHao, Diison and Lukelluke
Metadata
Metadata
Assignees
Labels
No labels