Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 654 Bytes

Real-Time Dynamic Time Warping Library

Dynamic Time Warping (DTW) package for real-time recognition. For further information, see documentation.

Installing

From source

python setup.py build
python setup.py install

If you want to build the dtwlib.so shared library, a MakeFile is included in dtw_live/dtw_c.

Testing

Helpful for testing our C library, lots of issues can arise when passing n-dimensional numpy array pointers to our cost_matrix functions. Update: Lots of type-checking has been put in place to prevent known issues.

To run all tests (requires pytest >= 6.2.4), run:

py.test