Pose Estimation With PoseNet

Live demo of how PoseNet can be used to find the key points of a person’s stance and skeleton in a browser. I have explained how poseNet was used in this demo and linked to some of the resources I used to make this demo.

Go to live demo

The Technical Part

PoseNet is a pre-trained machine learning model. It allows you to do real-time human pose estimation in the browser with TensorFlow.js.

Click to see a fantastic tutorial video made by The Coding Train that provides a great introduction to poseNet.

Click Me

Check out these docs to run real-time pose estimation in the browser using TensorFlow.js.

Click Me

Live Demo Of Pose Estimation With PoseNet