Skip to content

Extract facial features in Python such as the eyes and mouth from MTCNN's predictions and find whether eyes or mouths are closed/open.

License

Notifications You must be signed in to change notification settings

vink246/extract_facial

Repository files navigation

extract_facial

Extract facial features such as the eyes and mouth from MTCNN's predictions and find whether eyes or mouths are closed/open.

Installation

extract_facial can be installed using the pip package manager:

pip install extract_facial

Basic Usage

import cv2
import extract_facial

img = cv2.imread('person.jpg')
results = detector.detect_faces(img)
extractedRois, extractedCoords = extract_facial.extractRoi(img, 250)

Contributing and Local Development

Please check the CONTRIBUTING guidelines for information on how to contribute to extract_facial.

About

Extract facial features in Python such as the eyes and mouth from MTCNN's predictions and find whether eyes or mouths are closed/open.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages