Skip to content

BaranidharanB/Human-Pose-Recognition-using-LSTM-LRCN-CNN

Repository files navigation

Human-Pose-Recognition-using-LSTM-LRCN-CNN

LSTM (Long-Short Term Memory Network)

  • LSTM CNN is a deep learning model that can be used for human pose recognition. LSTM is a type of recurrent neural network that is well-suited for modeling sequential data. CNN is a type of convolutional neural network that is well-suited for extracting features from images.
  • LSTM is a type of recurrent neural network that is well-suited for modeling sequential data. Sequential data is data that is ordered in time, such as speech, music, and video. LSTM can learn long-term dependencies in sequential data, which makes it well-suited for tasks such as machine translation and speech recognition
  • It works by maintaining a state that is updated over time. The state of the LSTM contains information about the past inputs to the network. This information is used to predict the next output of the network.
Screenshot 2023-08-18 at 10 36 40 PM

LSTM Trained Model

Screenshot 2023-08-17 at 10 30 30 PM

LSTM Model Architecture

Structure of the model

1st Frame with the respective class of random video

1st Frame

LSTM Model Total Accuracy vs Total Validation

totacc vs totval

LSTM Model Total Loss vs Total Validation

TotLoss vs TotVal

LRCN (Long-term Recurrent Convolutional Network)

  • LRCN is a type of deep learning model that combines the strengths of LSTM and CNN. LSTM is a type of recurrent neural network that is well-suited for modeling sequential data. CNN is a type of convolutional neural network that is well-suited for extracting features from images.
  • The LRCN model works by first extracting features from the image using a CNN. The extracted features are then fed into an LSTM, which models the temporal dependencies between the features. The output of the LSTM is then fed into a fully connected layer, which predicts the pose of the human body.

LRCN Model

Screenshot 2023-08-18 at 10 39 52 PM

LRCN Model Total Accuracy vs Total Validation

lrcn totacc vs totval

LRCN Model Total Loss vs Total Validation

lrcn totloss vs totval

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published