-
Notifications
You must be signed in to change notification settings - Fork 36
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
DTW error #9
Comments
Hi @ttslr how did you calculate the mgc using pysptk? For example I have two wav files |
Hi, maybe you can use my code(https://github.com/ttslr/python-MCD) to calculate the mgc from wav files and generate the MCD value. |
Thanks! I actually also got the code working without using mgc, I will have a repo out today or tomorrow that takes wavs and outputs mcd |
Good Job! |
Hello, thanks for your contributing !
When I use <get_mcd_dtw> to calculate the mcd of two mgc file which obtained by pysptk. one error appear like below:
File "........../lib/python3.6/site-packages/mcd/dtw.py", line 44, in getBestPath
(cumMat[i, j], (i - 1, j - 1)),
IndexError: index -1644 is out of bounds for axis 0 with size 1643
Do you have any good solutions to this problem?
Thank you very much!
The text was updated successfully, but these errors were encountered: