Closed pierre-rouanet closed 7 years ago
@Pen0201 I used this code and it worked
dist, cost, acc_cost, path = dtw(mfcc1.T, mfcc2.T, dist=lambda x, y: norm(x - y, ord=1))
dtw return 4 values. I got this code from: https://github.com/pierre-rouanet/dtw/blob/master/examples/MFCC%20%2B%20DTW.ipynb
@Pen0201 I used this code and it worked
dtw return 4 values. I got this code from: https://github.com/pierre-rouanet/dtw/blob/master/examples/MFCC%20%2B%20DTW.ipynb