mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 12:50:29 +00:00
OpenPose v1.5.1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user