OpenPose v1.7.0

Signed-off-by: Gines Hidalgo <gineshidalgo99@gmail.com>
This commit is contained in:
Gines Hidalgo
2020-11-15 21:34:38 -05:00
parent 3533300575
commit 258182c28c
13 changed files with 21 additions and 14 deletions
@@ -89,7 +89,7 @@ try:
opWrapper.emplaceAndPop(op.VectorDatum([datum]))
print("Left hand keypoints: \n" + str(datum.handKeypoints[0]))
print("Right hand keypoints: \n" + str(datum.handKeypoints[1]))
cv2.imshow("OpenPose 1.6.0 - Tutorial Python API", datum.cvOutputData)
cv2.imshow("OpenPose 1.7.0 - Tutorial Python API", datum.cvOutputData)
cv2.waitKey(0)
except Exception as e:
print(e)