New examples for PyOpenPose (#1039)

This commit is contained in:
Raaj
2019-01-21 19:18:22 -05:00
committed by Gines
parent 3356336e37
commit b064a4836e
11 changed files with 480 additions and 15 deletions
@@ -3,3 +3,7 @@ configure_file(openpose_python.py openpose_python.py)
configure_file(1_body_from_image.py 1_body_from_image.py)
configure_file(2_whole_body_from_image.py 2_whole_body_from_image.py)
configure_file(3_heatmaps_from_image.py 3_heatmaps_from_image.py)
configure_file(4_keypoints_from_images.py 4_keypoints_from_images.py)
configure_file(5_keypoints_from_images_multi_gpu.py 5_keypoints_from_images_multi_gpu.py)
configure_file(6_face_from_image.py 6_face_from_image.py)
configure_file(7_hand_from_image.py 7_hand_from_image.py)