cycle_gan_vc icon indicating copy to clipboard operation
cycle_gan_vc copied to clipboard

How to get the "mceps.hdf5" file?

Open muvanpersie opened this issue 6 years ago • 4 comments

Thank you very much for updating this repo! As you mentioned in the README, the mceps.hdf5 file is converted from VCTK dataset. However, I could not find the mceps.hdf5 file and have no idea how to get it from VCTK. Could you please help me to get it?

muvanpersie avatar Jul 05 '18 08:07 muvanpersie

I used Python-Wrapper-for-World-Vocoder to first extract SPs, APs and f0s acoustic features, and then used pysptk, to transfer SPs to mceps. Hope this two repos solve your problem.

acetylSv avatar Jul 06 '18 05:07 acetylSv

Thanks so much for you reply, I am trying to write a script to convert the wav files to hdf5 files with your advice.

muvanpersie avatar Jul 07 '18 02:07 muvanpersie

I used Python-Wrapper-for-World-Vocoder to first extract SPs, APs and f0s acoustic features, and then used pysptk, to transfer SPs to mceps. Hope this two repos solve your problem.

Hello, thanks a lot for making your model available. Your results sound much better than other github vc repositories. Can you kindly share your script that extracts sp, ap, f0 and mceps?

thank you very much.

abuvaneswari avatar Apr 21 '19 05:04 abuvaneswari

Can you kindly share your script that extracts sp, ap, f0 and mceps?

Hi, the functions I used to extract those features and synthesize them back are here. Hyperparameters are in hyperparams.py.

Or do you need something like this? The code is really in a mess, be sure every line makes sense before you run it lol. I can't guarantee if it's 100% correct.

acetylSv avatar Apr 21 '19 06:04 acetylSv