Overview of the Blazepose model
mainThe Blazepose model provided in this repository is an upper-body pose estimation model. It is designed to run completely on the CPU.
Key characteristics:
- Output: It outputs 25 keypoints (note that full-body pose estimation typically outputs 33 keypoints).
- Architecture: The model consists of two distinct networks: a detection network and a landmark network.
- Source: The implementation is derived from the
Blazepose-Pytorch-GitHubsource, which ports Mediapipe models from TFLite to PyTorch.