pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

inconsistency issue btw version 1.33 and v1.4.0 #44

Closed mydatech001 closed 4 years ago

mydatech001 commented 4 years ago

we apply the same dtw function to the same data but the return the d value is different. in v1.3.3, the value is around 1.3 but in v1.4.0, the d value become nearly 15....

dtw(a, b, dist=euclidean_norm)

any advise why so and which version give the right answer? many thanks

pierre-rouanet commented 4 years ago

This is due to a normalisation removal. See https://github.com/pierre-rouanet/dtw/issues/42