You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most common use cases for DTW is to compare two MFCC streams. These usually have the shape (n_frames, n_coefficients_per_frame) where n_coefficients_per_frame is below 13-20. However, augurs-dtw only accepts 1D input vectors. Could this library add support for 2D vectors as well? Thank you