OpenPose v1.5.1

This commit is contained in:
Gines Hidalgo
2019-09-03 21:39:03 -04:00
parent bbef03845d
commit 363cd0b5d4
12 changed files with 19 additions and 12 deletions
@@ -72,7 +72,7 @@ try:
print("Body keypoints: \n" + str(datum.poseKeypoints))
if not args[0].no_display:
cv2.imshow("OpenPose 1.5.0 - Tutorial Python API", datum.cvOutputData)
cv2.imshow("OpenPose 1.5.1 - Tutorial Python API", datum.cvOutputData)
key = cv2.waitKey(15)
if key == 27: break