Myo Simple Gesture Detection
First test of gesture detection with the Myo (following https://www.reddit.com/r/Spectacles/comments/1sgvk6d/myo_on_spectacles/ ) inspired by https://dl.acm.org/doi/epdf/10.1145/3729494 - demo on quick audio player control during walking.
There is actually no deep learning, but just KNN classification on simple gestures (wrist swipe, closed hand). So detection is far from perfect, but it will be easy to get better results with more work!
Hard to show in the video as the idea is to be able to do the gesture outside of the field of view. Also, I always show the menu for demo purpose, but the final UX would be more about only displaying it when needed with an invoke gesture.
I don't have a lot of time to work on it lately, but it's still on the TODO list.