OpenPose v1.6.0

This commit is contained in:
Gines Hidalgo
2020-04-26 23:49:20 -04:00
parent 3b94390346
commit 3d057691b2
12 changed files with 21 additions and 14 deletions
@@ -81,7 +81,7 @@ try:
# Display Image
print("Body keypoints: \n" + str(datum.poseKeypoints))
cv2.imshow("OpenPose 1.5.1 - Tutorial Python API", datum.cvOutputData)
cv2.imshow("OpenPose 1.6.0 - Tutorial Python API", datum.cvOutputData)
cv2.waitKey(0)
except Exception as e:
print(e)