Skip to content

Latest commit

 

History

History
 
 

402-pose-estimation-webcam

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.