Ascendify is an advanced tool for analyzing bouldering movements using video pose detection. It extracts pose data, calculates movement metrics, and offers real-time feedback to enhance climbing performance. Features include data visualization, machine learning integration, and actionable insights.
Develop functionality to calculate basic metrics from the extracted pose data. These metrics will help analyze the movement captured in the video. Additionally, display these metrics on the video feed for real-time feedback.
Calculate basic metrics (e.g. reach, body angles):
Write code to calculate metrics such as reach and body angles from the pose data.
Ensure the calculations are accurate and efficient.
Handle any edge cases or errors in the pose data.
Display metrics on the video feed:
Overlay the calculated metrics on the video frames.
Ensure the metrics are displayed clearly and in real-time.
Provide a way to toggle the display of metrics on and off.
Additional Context
No response
Expected Actions
[ ] Calculate basic metrics (e.g. reach, body angles)
Description
Develop functionality to calculate basic metrics from the extracted pose data. These metrics will help analyze the movement captured in the video. Additionally, display these metrics on the video feed for real-time feedback.
Calculate basic metrics (e.g. reach, body angles):
Display metrics on the video feed:
Additional Context
No response
Expected Actions
Definition Of Done