Skip to content

Python library for continuous time series recognition using Dynamic Time Warping (DTW).

Notifications You must be signed in to change notification settings

offroad-robotics/dtw-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python library for continuous time series recognition using Dynamic Time Warping (DTW).

Resources

Stars

Watchers

Forks

Releases

No releases published