A real-time system that estimates the vertical jump height of a person using webcam input, OpenCV, and MediaPipe pose estimation.
Real-time jump tracking with height display.
π Features
- π§ Tracks human pose using MediaPipe
- π― Detects and measures jump height using mid-hip vertical displacement
- π Converts pixel measurements to real-world centimeters
- π Displays jump count and last jump height on screen
- π Real-time video processing with smooth overlays
π Requirements
- Python 3.7+
- OpenCV
- MediaPipe
π¦ Install dependencies
pip install opencv-python mediapipe