2024 ESC102 Praxis 2 Project
- coordinates:
nomalized vector (x, y, z), where z is the distance to camera - coordinates_world:
normalized vector (x, y, z) in world coordinates - landmarks(_world):
list of coordinates(_world)
Google Colab: Key Points of Pose
https://blog.research.google/2020/08/on-device-real-time-body-pose-tracking.html
MediaPipe: Key Points on Hand
https://developers.google.com/mediapipe/solutions/vision/hand_landmarker
- Refactor code for readbility
- Unify container types with numpy for efficiency
- Determine constants by testing
- Visualize output
- Posture log
- User interface

