A python module for determining gaze direction
Project description
A Python Module for Parsing Gaze Direction
❖ Introduction
This module is used to parse human gaze direction. Given an image containing a human face, the module will return its gaze direction.
❖ Usage
You need to install it first by running command pip install eye_game
, then import and use it!
import eye_game
eye_game.get_gaze_direction(image_path)
❖ Dependencies
{
"face_recognition",
"opencv-python",
"pillow",
"numpy"
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file eye_game-0.1-py3-none-any.whl
.
File metadata
- Download URL: eye_game-0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.56.0 importlib-metadata/1.6.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a54ef31e4b463843bd9d318a57ad97f46b7eeb0fe453b1af4735f50fb0b76dea |
|
MD5 | d46de2d549109f56df39d4219ad5e443 |
|
BLAKE2b-256 | e42fdb5a5fccef031040285efa6168dea812a02740b9fa0f19d00d0b8f199b2f |