Just run and evaluate img2pose on your webcam.
To install dependencies you should have python 3.12+ installed
Then you can run
# Create & activate Virtual environment
python -m venv .venv && \
source .venv/bin/activateThen install poetry (package manager)
pip install poetryAfter, you can install the dependencies:
poetry installFor model instalation (in folder /models) you should proceed to the original im2pose repo and recommendations.
Just run in your terminal
python main.pyAs you can see, the a box with stats including yaw, roll and pitch angles appear whenever a face is detected.
And this should be everything.
The dependencies for running img2pose and this visualizer include the following packages (and more):
