Home

Awesome

ADL

uTensor enables motion recognition on microcontrollers. The model is trained with a modified Activity of Daily dataset recognizing 5 classes:

The project is also a reference implementation of sequential data processing with Mbed and uTensor.

Board and grove shield and Accelerometer

For sensor setup, please refer to Train/HMP_Dataset/MANUAL.txt. The grove sensor is place flat on the back of user's right hand, with the connector socket oriented furthest away from the wrist.

Hardware requirement:

Build Instruction

$ mbed import https://github.com/uTensor/ADL_demo
$ cd ADL_demo
$ mbed compile -m DISCO_F413ZH -t GCC_ARM --profile=uTensor/build_profile/release.json

Training

For Training Instruction, please see Train/README.md