Added flags body+upsampling_scale, new tutorial example

This commit is contained in:
gineshidalgo99
2019-02-08 00:24:01 -05:00
parent e635967ce8
commit de117486e1
51 changed files with 585 additions and 484 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
### Add Python Test
configure_file(01_body_from_image.py 01_body_from_image.py)
configure_file(02_whole_body_from_image.py 02_whole_body_from_image.py)
configure_file(04_keypoints_from_images.py 04_keypoints_from_images.py)
configure_file(05_keypoints_from_images_multi_gpu.py 05_keypoints_from_images_multi_gpu.py)
configure_file(06_face_from_image.py 06_face_from_image.py)
configure_file(07_hand_from_image.py 07_hand_from_image.py)
configure_file(08_heatmaps_from_image.py 08_heatmaps_from_image.py)
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_keypoints_from_images.py 3_keypoints_from_images.py)
configure_file(4_keypoints_from_images_multi_gpu.py 4_keypoints_from_images_multi_gpu.py)
configure_file(5_heatmaps_from_image.py 5_heatmaps_from_image.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)