mzed / RapidLib

RapidLib is a lightweight library for interactive machine learning.
https://mzed.github.io/RapidLib/
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Framewise DTW? #4

Open mzed opened 4 years ago

mzed commented 4 years ago

When using DTW in InteractML, it is very heavy and interrupts everything else. Is there a way to have an incremental classify function so that it can be called frame-by-frame?

mzed commented 3 years ago

I think this is maybe not necessary, now that DTW is multithreaded?