Skip to content

This repository contains the code for the LSTM Action Recognition App

Notifications You must be signed in to change notification settings

AslanDevbrat/AwirosProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action Recognition

  • Developed a Starting app that can detect only 3 action.
  • The App is based on Pose Landmarks Extraction.
  • Created a Dataset of 3 action i.e. “Hello”, “Thanks”, “I Love you”.
  • Each action contains the 30 video stored as NumPy arrays
  • The array contain the Coordinates of the all the Landmarks, especially Hands Landmarks
  • I trained a Sequential LSTM model

Dataset

Action : Hello

Hello.mp4

Action : Thank you

Thank.you.mp4

Action : I Love YOU

I.Love.you.mp4

Final App Inference

Action.Recognition.app.mp4

Model Performance (Confusion Matrixs)

Action : Hello Action : Thanks Action : I love You
image image image

About

This repository contains the code for the LSTM Action Recognition App

Topics

Resources

Stars

Watchers

Forks