mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 04:40:26 +00:00
OpenPose v1.7.0
Signed-off-by: Gines Hidalgo <gineshidalgo99@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ try:
|
||||
heatmap = heatmaps[counter, :, :].copy()
|
||||
heatmap = cv2.applyColorMap(heatmap, cv2.COLORMAP_JET)
|
||||
combined = cv2.addWeighted(outputImageF, 0.5, heatmap, 0.5, 0)
|
||||
cv2.imshow("OpenPose 1.6.0 - Tutorial Python API", combined)
|
||||
cv2.imshow("OpenPose 1.7.0 - Tutorial Python API", combined)
|
||||
key = cv2.waitKey(-1)
|
||||
if key == 27:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user