Skip to content

ACarfi/SLOTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLOTH, is a method that uses a Long Short Term Memory Recurren Neural Network (LSTM-RNN) as a probabilistic classifier. The probabilities behaviour over time is compared with the expected one to detect gestures. SLOTH have been presented in the paper "Online Human Gesture Recognition Using Recurrent Neural Networks and Wearable Sensors". Refer to this pubblication for further informations.

The repostiroy contains a python implementation of SLOTH able to recognize the six gestures contained in the "gestures_images" folder.

Repository content

  • src/SLOTH.py file containts the class implementing all the methods required for SLOTH to work;
  • src/gesture_recognition.py uses SLOTH methods on accelerometer data acquired throught ROS. Detected gestures are displayed together with the data streem;
  • model/LSTMnet.ht is the LSTM-RNN model loaded into SLOTH;

Authors

  • Alessandro Carfì, dept. DIBRIS Università degli Studi di Genova (Italy) [email protected]
  • Carola Motolese, dept. DIBRIS Università degli Studi di Genova (Italy) [email protected]
  • Barbara Bruno, dept. DIBRIS Università degli Studi di Genova (Italy) [email protected]
  • Fulvio Mastrogiovanni, dept. DIBRIS Università degli Studi di Genova (Italy) [email protected]

About

gesture recognition method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published