OpenPose v1.5.0

This commit is contained in:
Gines Hidalgo
2019-05-16 09:13:15 -04:00
parent acc4fb2763
commit ac2dde6002
12 changed files with 19 additions and 12 deletions
@@ -81,7 +81,7 @@ try:
# Display Image
print("Body keypoints: \n" + str(datum.poseKeypoints))
cv2.imshow("OpenPose 1.4.0 - Tutorial Python API", datum.cvOutputData)
cv2.imshow("OpenPose 1.5.0 - Tutorial Python API", datum.cvOutputData)
cv2.waitKey(0)
except Exception as e:
# print(e)