Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

CMakeLists.txt 634 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. ### Add Python Test
  2. configure_file(01_body_from_image.py 01_body_from_image.py)
  3. configure_file(02_whole_body_from_image.py 02_whole_body_from_image.py)
  4. configure_file(04_keypoints_from_images.py 04_keypoints_from_images.py)
  5. configure_file(05_keypoints_from_images_multi_gpu.py 05_keypoints_from_images_multi_gpu.py)
  6. configure_file(06_face_from_image.py 06_face_from_image.py)
  7. configure_file(07_hand_from_image.py 07_hand_from_image.py)
  8. configure_file(08_heatmaps_from_image.py 08_heatmaps_from_image.py)
  9. configure_file(09_keypoints_from_heatmaps.py 09_keypoints_from_heatmaps.py)
  10. configure_file(openpose_python.py openpose_python.py)
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...