April 2020
Intermediate to advanced
438 pages
12h 2m
English
First, download the pretrained Caffe model from http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel—this model is trained on the multi-person dataset (MPI). Let's start by importing all the required libraries using the following code snippet:
import cv2import timeimport numpy as npimport matplotlib.pyplot as pltprint(cv2.__version__)# 3.4.4
Read now
Unlock full access