UNICORNER Coffee’s simple FaceDetector module (YuNet wrapper)
Project description
unicorner-face-detector
Simple wrapper around OpenCV’s YuNet face detector.
Install
pip install unicorner-face-detector
Usage
from unicorner_face_detector import FaceDetector import cv2
fd = FaceDetector(min_confidence=0.8) cap = cv2.VideoCapture(0) ret, frame = cap.read() faces = fd.detect(frame) for x,y,w,h,conf in faces: cv2.rectangle(frame,(x,y),(x+w,y+h),(0,255,0),2)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unicorner_face_detector-0.1.0.tar.gz.
File metadata
- Download URL: unicorner_face_detector-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84a92b194bd0f6c5295f2fc555a1959ffa42b1d929cfd1b0cef475bc11af65e6
|
|
| MD5 |
786330d531995f1335bf214b38a41371
|
|
| BLAKE2b-256 |
1f0c029120d550c825eb039c1b14cb8f59eb066554b48f7eb6b6cfc7dcd1979a
|
File details
Details for the file unicorner_face_detector-0.1.0-py3-none-any.whl.
File metadata
- Download URL: unicorner_face_detector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9243ee3633f8692e01614aaed2b6360665422ca778b1ab5fe6f852a2592ddbaa
|
|
| MD5 |
ad1f837189195a59df8f41df0553640f
|
|
| BLAKE2b-256 |
a3ae7cf4b95a25ed483293b777cd0359c3cae16cda3cd6389f4d28e898b39926
|