xKabbe / ascendify

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.
MIT License
0 stars 0 forks source link

Pose Data Extraction #4

Open xKabbe opened 1 month ago

xKabbe commented 1 month ago

Description

Implement functionality to extract and log pose landmark data from the video feed. This data will be essential for further analysis and metrics calculation. Additionally, implement the ability to save the extracted pose data to a file in a format like CSV or JSON.

Extract and log pose landmark data:

Save pose data to a file (e.g. CSV or JSON):

Additional Context

No response

Expected Actions

Definition Of Done