mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 04:40:26 +00:00
OpenPose v1.5.1
This commit is contained in:
@@ -81,7 +81,7 @@ try:
|
||||
|
||||
# Display Image
|
||||
print("Body keypoints: \n" + str(datum.poseKeypoints))
|
||||
cv2.imshow("OpenPose 1.5.0 - Tutorial Python API", datum.cvOutputData)
|
||||
cv2.imshow("OpenPose 1.5.1 - Tutorial Python API", datum.cvOutputData)
|
||||
cv2.waitKey(0)
|
||||
except Exception as e:
|
||||
# print(e)
|
||||
|
||||
Reference in New Issue
Block a user