Method
Transformer
Uses a Transformer encoder to learn walking patterns from raw sensor data. Best overall accuracy.
Three different approaches are available. They use the same sensor data but analyze it differently — try another if your results seem off.
Uses a Transformer encoder to learn walking patterns from raw sensor data. Best overall accuracy.
Uses an LSTM network to model the sequence of motion over time. Good for varied walking speeds.
Extracts frequency features from the motion signal and matches against stored centroids. Fastest inference.