This is a 2D human pose estimation using Blazepose model.
The only pakages required to run the code are OpenCV, and Numpy:
pip install numpy
pip install opencv-python
The models can be downloaded from here (Put them in models folder).
To run the code:
python3 ./pose2D.py
Some functions have been used from openvino_blazepose repository.