human_keypoint_detection.yaml 380 B

1234567891011121314151617
  1. pipeline_name: human_keypoint_detection
  2. SubModules:
  3. ObjectDetection:
  4. module_name: object_detection
  5. model_name: PP-YOLOE-S_human
  6. model_dir: null
  7. batch_size: 1
  8. threshold: null
  9. img_size: null
  10. KeypointDetection:
  11. module_name: keypoint_detection
  12. model_name: PP-TinyPose_128x96
  13. model_dir: null
  14. batch_size: 1
  15. flip: False
  16. use_udp: null