Skip to main content

Head pose estimation module

Project description

State of art the Head Pose Estimation in Tensorflow2

This repository includes:

Install

You can install this repository with pip (requires python>=3.6);

pip install headpose_estimation
pip install git+https://github.com/geekysethi/headpose_estimation

You can also install with the setup.py

With Face Detection

To perform detection you can simple use the following lines:

import cv2
from headpose_estimation import Headpose
headpose = Headpose()
img = cv2.imread("path_to_im.jpg")
detections,image = headpose.run(img)

This will return a list of dictionary which looks like this [{'bbox': [xmin, ymin, xmax, ymax], 'yaw': yaw_value, 'pitch': pitch_value, 'roll': roll_value}

Without Face Detection

To perform detection you can simple use the following lines:

import cv2
from headpose_estimation import Headpose
headpose = Headpose(face_detection=False)
imgcrop = cv2.imread("path_to_im.jpg")
detections,image = headpose.run(imgcrop)

In this case it will return a list of dictionary which looks like this [{'yaw': yaw_value, 'pitch': pitch_value, 'roll': roll_value}

Dependncies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

headpose_detection-0.0.4.tar.gz (16.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

headpose_detection-0.0.4-py3-none-any.whl (16.3 MB view details)

Uploaded Python 3

File details

Details for the file headpose_detection-0.0.4.tar.gz.

File metadata

  • Download URL: headpose_detection-0.0.4.tar.gz
  • Upload date:
  • Size: 16.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for headpose_detection-0.0.4.tar.gz
Algorithm Hash digest
SHA256 978cfbbaa03ce8611dfecc18d3773f4360dfe6d7dbe856abc4f57c997b5d33fc
MD5 4c748a13e23d5ccf4aa6b51c5bda8191
BLAKE2b-256 35e2c51e37da9136df34485c7d16cf5cf2b6739cb751cad3f6760c956fc9068c

See more details on using hashes here.

File details

Details for the file headpose_detection-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for headpose_detection-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 647e9ad232c380419665179d6f3ca1668d949b3f33ba7ff260a2a53a802fc9b6
MD5 b550e9f044ca9d69d0f21612ea4d15ac
BLAKE2b-256 31aa2b359cb464ec91305d496d33a830fd453aeb1f74a5393fa0312d093d42c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page