-
Hello, I am using DTW to recognise gestures performed with the Leap Motion, but I am getting some very strange behaviour. If I add only one class, It will work fine for the most part, but if I add two…
-
Hi, I'm using your library with DTW classifier to recognize a gesture using time series Accelerometer data.
I followed the code at these links :
1. http://www.nickgillian.com/wiki/pmwiki.php/GRT/Op…
-
A warning upon first running the `whisper` model clued me in to it not using hardware acceleration:
> UserWarning: FP16 is not supported on CPU; using FP32 instead
All I had to do in order to en…
-
When I run "python setup.py build " , it return the following statesment and I cannot import sdtw normally :
"Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_…
-
-
Jake Armitage reported the following:
```
root@bela:~/RapidLib# ./rapidLibTest
----- Bayes test passed.
----- DTW empty test passed.
----- DTW test passed.
----- Multilayer tests skipped.
b…
-
-
Hey, great job but is there a way to avoid this error on windows ?
Thanks !
```
ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import traj_dist.dista…
-
Hi, Paul
Very excellent implementation of dtw.
I am trying to integrate the DTW sub-module into well-known tensorflow as an gpu operator. For being compatible to the tf APIs, it is better to h…
-
Hi,
Perhaps I'm not understanding your code properly, but I was hoping you could clear some things up. When performing DTW on the dataset you read in `data/UCI-HAR-Dataset/train/X_train.txt` - Thi…