issues
search
pollen-robotics
/
dtw
DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k
stars
233
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
python 3.12?
#63
fosghen
opened
4 months ago
1
Can this be used to sync Midi with Live Audio?
#62
TrayyTur
opened
5 months ago
0
How to covert distance to 0-1?
#61
V972
opened
5 months ago
0
Next PyPI Release?
#60
schaefed
opened
7 months ago
0
replace removed module imp by importlib
#59
schaefed
closed
8 months ago
2
Installation on python 3.12 fails
#58
schaefed
closed
8 months ago
1
Package LICENSE in pypi release
#57
bernt-matthias
opened
1 year ago
0
exclude tests directory from installation
#56
mschubert
closed
1 year ago
1
Unable to allocate 60.3 GiB for an array with shape (89997, 89997) and data type float64
#55
rybd111
opened
1 year ago
0
How to show rate in percentage
#54
rabihiawaludin
opened
2 years ago
1
Getting unexpected keyword argument "dist" error.
#53
TaosifShaad
opened
2 years ago
1
Could you kindly suggest how to adapt my own distance matrix for dtw function?
#52
wanglu2014
opened
2 years ago
0
Add CI using Github Actions
#51
pierre-rouanet
closed
3 years ago
0
Update dtw.py
#50
renataghisloti
opened
3 years ago
1
Vectorized implementation
#49
MatthieuBizien
opened
3 years ago
2
python 3.7?
#48
machengnan
opened
4 years ago
0
time complexity
#47
Karim-53
opened
4 years ago
0
Warp argument
#46
MrToustous
opened
4 years ago
0
Fix distance name in README
#45
nightscape
closed
4 years ago
1
inconsistency issue btw version 1.33 and v1.4.0
#44
mydatech001
closed
4 years ago
1
Always return ints in path
#43
nightscape
opened
4 years ago
0
Removal of normalisation in version 1.4
#42
Meldanen
closed
5 years ago
5
how to use 1 dtw process to figure out the best match
#41
Erickrus
opened
5 years ago
0
generate train and test report issue.
#40
bradning
closed
5 years ago
3
Speech Recognition example
#39
alexvks22
closed
5 years ago
3
I want to know why return D1[-1, -1] / sum(D1.shape) in dtw function?
#38
iWangLin
closed
5 years ago
5
MemoryError
#37
KongfeiH
closed
5 years ago
2
dist value for similar audios
#36
enviz
closed
5 years ago
1
Fix difference in acc cost between normal and accelerated version
#35
pierre-rouanet
closed
5 years ago
0
Differences in the distance for the same data (maybe just question)
#34
flekschas
closed
5 years ago
3
0mod4 0mod4 patch 1
#33
pierre-rouanet
closed
5 years ago
0
Improve overall project maintainability.
#32
pierre-rouanet
closed
5 years ago
0
added windowing and slope weighting
#31
0mod4
closed
5 years ago
1
fix bugs in dtw function
#30
mutex86
closed
5 years ago
1
calculated values are not as expected
#29
Vishuddha
closed
5 years ago
1
change fast_dtw to accelerated_dtw
#28
jlc-christie
closed
6 years ago
1
Why is there a '-1' in min(i+k,r-1) and min(j+k, c-1) in third for loop of dtw function?
#27
DihengChen
closed
6 years ago
5
Implementing constrained distance matrix
#26
roya0045
closed
5 years ago
8
Recommending a name change of the fastdtw() function
#25
cmuell89
closed
6 years ago
2
Warp as a parameter
#24
cperales
closed
6 years ago
0
Sound data missing
#23
adamwuyu
closed
6 years ago
3
feature/collaboration request
#22
matt256
closed
5 years ago
4
A question, not an issue (sorry for posting here)
#21
fifthguy
closed
6 years ago
3
Example Notebook call error
#20
apiszcz
closed
7 years ago
2
Update MFCC + DTW.ipynb
#19
pierre-rouanet
closed
7 years ago
1
can't run the MFCC + DTW example
#18
zhangboyang
closed
7 years ago
3
404 for example notebooks
#17
rekadanielweiner
closed
7 years ago
1
Warp to smaller?
#16
skypurpleh
closed
7 years ago
0
Dist in seconds ?
#15
akofman
closed
7 years ago
2
Why normalizing by shape ?
#14
FranGoitia
closed
7 years ago
1
Next