IBM / MAX-Human-Pose-Estimator

Detect humans in an image and estimate the pose for each person

Home Page:https://developer.ibm.com/exchanges/models/all/max-human-pose-estimator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notebook requires opencv-python

vabarbosa opened this issue · comments

commented

the Run the Notebook section of the README.md indicates:

the demo requires jupyter, numpy, matplotlib, cv2, json, and requests

however, to get cv2 i had to run pip install opencv-python. i tried just pip install cv2 but that failed. it may be worth noting/clarifying that the demo requires opencv-python (to get cv2).