Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 812 Bytes

File metadata and controls

13 lines (7 loc) · 812 Bytes

Pose estimation demo

pose estimation

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.

Notebook Contents

This notebook demonstrates human pose estimation with OpenVINO using the OpenPose human-pose-estimation-0001 model from Open Model Zoo.

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.