Implementation of Fine-Grained Head Pose Estimation Without Keypoints
./scripts/download_model.sh
python3 head_pose.py --image face.png
head_pose = HeadPose("data/hopenet.pkl")
angles = head_pose.predict("face.png")
print(f"Pose: {angles})
Code based on natanielruiz/deep-head-pose