Improved Python doc

This commit is contained in:
gineshidalgo99
2019-01-24 00:43:13 -05:00
parent b064a4836e
commit 853ccb1e12
7 changed files with 326 additions and 50 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
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(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)