Challenges
Solutions
Log In
Sign Up
Hard
Pose Detection Demo
When you are ready to showcase your work and gather feedback, start the challenge.
Sign up to collab
Requirements
Use a pose detection model to track and count exercises.
Display the count of exercises performed by the user.
Notes
Focus on functionality over styling.
Use something like TensorFlow MoveNet or any other recent pose detection models.
Ensure the component updates in real-time to reflect the user's movements.
Suggested Resources
TensorFlow MoveNet
MoveNet is an ultra-fast and accurate model that detects 17 keypoints of a body, suitable for real-time applications.
TensorFlow.js Pose Detection
Includes models like MoveNet and BlazePose, providing multiple state-of-the-art options for running real-time pose detection.
MediaPipe BlazePose
A model that can be used for high-fidelity body tracking, providing accurate keypoint detection.
Recent Submissions
Be the first to submit a solution.