Hi! I am Manoj 👋

National Institute of Technology, Calicut

Human Activity Recognition- The posenet

Human Activity Recognition- The posenet

This is one of the cool experiments that I have done. Human Activity Recognition is the key for many pose based games and also widely used in human computer interaction. Most of the work is done using sensor values as inputs. But, I have chosen a different way and tried it with singe RGB camera. Pose information is the key to decide what activity human is involved in. So I used a pretrained posenet model(by google) and extracted the heatmaps for a series of frames which are then feed to a neural net containing ConvLSTMS to classify what action human is doing in that particular video .

Feel free to visit my github repo for deeper details.