-
Hello,
I'm trying to use this awesome library as I use MarketMatch in R with the following [dataset](https://docs.google.com/spreadsheets/d/1sdNjqc9AqSHgmPJGQ5W1yzUuYjimZ3DjDHy4zmJYOOQ/edit?usp=shar…
-
Running your code causes two problems.
In the line, soft_dtw_distance = batch_soft_dtw(a, b, gamma=0.01, metric="L1"), the code is not executed because no warp is given.
I put a warp value and r…
-
(vlnhamt) tjf22@ubuntu:~/VLN-HAMT-main/finetune_src$ export PYTHONPATH=Matterport3DSimulator/build:/usr/bin/python3.6
(vlnhamt) tjf22@ubuntu:~/VLN-HAMT-main/finetune_src$ bash scripts/run_r2r.sh
Tra…
-
Hello,
I am trying to use DTW with 6 floats per samples. I loaded 3 samples of around 200 events each for class 1 and about the same for class 2.
When I try to use the predict method each frame to…
-
```
= info =====================================
|Query| = 10 |Subject| = 100 window = 10
CUDA error: invalid texture reference : GPU-dtw.cu, line 46
```
I get the above error when calling the fo…
-
As title
-
in do_clustergen
FRAMELEN=$(echo | awk "{print int(0.025*$SAMPFREQ)}")
FRAMESHIFT=$(echo | awk "{print int(0.005*$SAMPFREQ)}")
FWARP[8000]=0.312
FWARP[11025]=0.357
FWARP[16000…
-
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 = …
-
Hello!
I am currently exploring the fantastic algorithms developed by your team. However, I have a question regarding the difference between Rawhash and Rawalign. From my understanding, both Rawhas…
-
Hey,
i read your paper about shapeDTW and its implementation. You did really nice work there.
Can you explain if there is adifference between shapeDTW with Derivative shape descriptors with subseq…