Machine Vision Assignment II – Push-up Counter
This model implements a pose-based heuristic for counting push-ups in short videos.
Method
- YOLOv8 pose estimation
- Torso vertical motion extraction
- Adaptive smoothing and hysteresis-based peak counting
Notes
This repository stores the model configuration.
The full inference logic is provided in the accompanying notebook.