Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 490 Bytes

File metadata and controls

14 lines (12 loc) · 490 Bytes

When to Use PoseTracker

Use PoseTracker if the project needs:

  • pose estimation in web or mobile apps
  • movement tracking using a camera
  • repetition counting for exercises
  • reference movement comparison
  • keypoints or joint angles
  • a fast integration through iframe or WebView

Do not use PoseTracker if:

  • the project needs fully custom low-level model training
  • the project requires raw ML research workflows
  • the developer explicitly wants to build the full CV stack from scratch