mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
OpenPose v1.7.0
Signed-off-by: Gines Hidalgo <gineshidalgo99@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import argparse
|
||||
|
||||
def display(datums):
|
||||
datum = datums[0]
|
||||
cv2.imshow("OpenPose 1.6.0 - Tutorial Python API", datum.cvOutputData)
|
||||
cv2.imshow("OpenPose 1.7.0 - Tutorial Python API", datum.cvOutputData)
|
||||
key = cv2.waitKey(1)
|
||||
return (key == 27)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user