雲夢
雲夢
> Use "ffmpeg" command, try "ffmpeg -i vid1.avi vid2.avi" and use vid2.avi to replace vid1.avi. For me, it can solve this problem. May be there are some formats of videos...
Dear Albert, Thank you so much for your response. The seq2seq model is definitely a good idea. And as a reference, you can also check up this company:[https://lyrebird.ai/](url). They are...
@MissPassenger I found that the ZASKA is an DTW toolkit developed by the UPC and,the dtw is a DTW tool inside of it. so, I am trying to instead it...
That helps a lot~ many thanks.
Dear Albert, Thank you for your comment. My research is about text-to-speech system with specific people feature, so I have learn a lot from your project, thanks a lot. And...
@JingleiSHI Yes, I think it would work. Besides, it would be helpful to checkout the code [here](https://github.com/albertaparicio/tfg-voice-conversion/blob/master/sptk_vc.sh#L30) if any error happened. Best wishes, Hudson
@andabi I ran your code on a server like this: - 8 Nvidia GTX1080 - about 40G graphics memory - 200GB of memory but the progress will always stop on...
@andabi I change the path to the currect one, but it raises: Traceback (most recent call last): File "train1.py", line 88, in train(logdir=logdir) File "train1.py", line 58, in train mfcc,...
@andabi and I check the len(wav_files) it's 0, seems it didn't get the files, I print the path in data_load.py of this line:[data_load.py](https://github.com/andabi/deep-voice-conversion/blob/24737a1bd1ad7f26639dccdac34562926d70ff03/data_load.py#L380) and, it was `/home/lab-huang.zhongyi/workspace/deep-voice-conversion-master/datasets/timit/TIMIT/TRAIN/*/*/*.wav` and my path...
@tbfly I think your problem is similar with mine, I did‘t get currect data to feed, may I ask you what is it your path to TIMIT dataset? Was it...