Pose estimation predicts the 2D position and orientation of each person in an image or video. Skeletons consisting of 18 predefined keypoints (joints) and 19 connections between them (limbs) are visualized as an overlay on the images or video.
This notebook demonstrates human pose estimation with OpenVINO using the OpenPose human-pose-estimation-0001 model from Open Model Zoo.
If you have not done so already, please follow the Installation Guide to install all required dependencies.