We use open-source tools like mediapipe and opencv to track climber body poses during routes. I saw this on internet and figured it cant be that hard to reproduce.
Here is sample video that looks cool:
example.webm
And an image also if you dont like moving things:
- install Google mediapipe with
pip3 install mediapipe
and opencvpip3 install opencv-python
- Run with
python3 pose.py