A simple wrapper for face detection and recognition
Project description
A wrapper for decent face feature detection and basic face recognition.
For more details please head over to our documentation.
from facelift import FullFaceDetector, iter_stream_frames
from facelift.render import draw_line
from facelift.window import opencv_window
detector = FullFaceDetector()
with opencv_window() as window:
for frame in iter_stream_frames():
for face in detector.iter_faces(frame):
for feature, points in face.landmarks.items():
frame = draw_line(frame, points)
window.render(frame)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
facelift-0.2.1.tar.gz
(32.0 kB
view details)
Built Distribution
facelift-0.2.1-py3-none-any.whl
(40.2 kB
view details)
File details
Details for the file facelift-0.2.1.tar.gz
.
File metadata
- Download URL: facelift-0.2.1.tar.gz
- Upload date:
- Size: 32.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.4 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 183a2770d81de18f3071fa476b9f34c83d07e419e263e2378b657d1079634e55 |
|
MD5 | ceb6b3db2dccabe8719d7d37411cff7d |
|
BLAKE2b-256 | ef442c3c879fb37c6d8a7ca22f4dedde66b107391dcf0cd5bac06ee1a36ae6e3 |
File details
Details for the file facelift-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: facelift-0.2.1-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.4 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75769d3c300cf096d3da730eb1ed28bf45d328ccee27e6c08f26cbbe03a8d617 |
|
MD5 | 8baa69d72be32438adf857fe7d93e6e4 |
|
BLAKE2b-256 | f39968739aafb8043f68decb66fc26acc9a3082b6292883b1d798414ecceca85 |