Skip to main content

A package to help you utilise landmarks in the face_landmark feature of google open source mediapipe.

Project description

py_face_landmark_helper

A package to help you utilise landmarks in the face_landmark feature of google open source mediapipe.

Installation

To install the mediapipe_helper library, you can use pip:

pip install mediapipe_helper

or

git clone https://github.com/LearningnRunning/py_face_landmark_helper

python setup.py install
from mediapipe_helper import face_landmark_helper

# Create an instance of FaceMeshProcessor
face_mesh_processor = face_landmark_helper.FaceLandmarkProcessor()
img_path = ""

# Call the convert_landmark method to get the face landmarks
face_landmarks = face_mesh_processor.convert_landmark(img_path)

License

mediapipe_helper is provided under the Apache License 2.0.

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

mediapipe_helper-0.0.2.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

mediapipe_helper-0.0.2-py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 3

Supported by

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