Research · 2025

IMU Gesture Classifier

Fifteen wrist gestures, live, from six channels of a watch, split into when and which.

Public
AIIMUPython
The two-stage pipeline: an entry detector on every window, then a fifteen-class classifier on the 2.5 seconds that follow a detectionThe two-stage pipeline: an entry detector on every window, then a fifteen-class classifier on the 2.5 seconds that follow a detection
Green is the entry detector that runs on every window, gold the classifier that runs only after a detection.

What it does

How it works

Data

Facts

Year
2025
Status
Public, release v1.0.0
Stack
Python, PyTorch, NumPy
Input
Six watch channels at 50 Hz over UDP

Related