pollen-robotics / dtw

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

How to show rate in percentage #54

Open rabihiawaludin opened 2 years ago

rabihiawaludin commented 2 years ago

https://github.com/pollen-robotics/dtw/blob/master/examples/MFCC%20%2B%20DTW.ipynb

hi, i see your code to compare 2 sound wav. how to show compare result (rate) in percentage? like this

a = [1,2,3,4,5,6]
b = [1,2,3,4,5,6]

it can show 100% using dtw.

rabihiawaludin commented 2 years ago

hi @pierre-rouanet