Prashant47 / eating-gesture-recognition

Identifying eating gestures from Myo armband sensor data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eating Gesture Recognition

The project is based on ongoing research project MT-Diet at iMPACT Lab arizona state university. This project was done as part of CSE 572 Data Mining course under Prof. Ayan Banerjee.

This project is carried out in 5 phases as explained below.

Phase 1 - Creating Dataset

For creating dataset we have recorded video of eating person with wristband sensors. We have used Myo armband, wearable gesture control and motion control device for capturing motion activity.

The food is equally divided into four sections of a plate. The unit of eating actions is considered as one bite. The dataset was created consisting of 40 bites each with fork and spoon.

While start eating eating we did a unique gesture that can be easily identified in the accelerometer sensor so that later we can synchronize the time stamps of the video and the accelerometer data from the wristband.

Phase 2 - Data annotation

In this phase we have annotated the collected raw data as eating or non-eating with the help of video recording. We have annoted frame numbers as starting of eating activity and ending of eating activity. We captured all these frames numbers in Annotation.txt

Phase 3 - Feature Extraction and Dimentionality Reduction

To extract feature from raw sensor data, we have applied certain transformation on raw data & plotted graph of eating and non-eating actions. The transformations which give clear distinction between eating and non-eating actions are selected as features. We have applied following methodologies to extract the features

  1. Root Mean Square (R.M.S)
  2. Fourier transform
  3. Energy/Power of Signal
  4. Statistical Features like mean,std,max,min

Phase 4 - Designing Classifier

TODO

Phase 5 - Performance & Accuracy

TODO

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Identifying eating gestures from Myo armband sensor data

License:MIT License


Languages

Language:MATLAB 100.0%