Yolov8face is a Python wrapper of Ultrlytics that simplifies the process of detecting faces in images using the yolov8n-face model. It takes care of model downloading, loading and postprocessing, allowing you to detect faces in images with just a few lines of code.
Project description
yolov8face
Yolov8face is a Python wrapper of Ultrlytics that simplifies the process of detecting faces in images using the yolov8n-face model. It takes care of pre-trained model downloading, loading and postprocessing, allowing you to detect faces in images with just a few lines of code.
Installation
pip install yolov8face
Usage
from yolov8face import get_bbox
bboxes = get_bbox('path-to-image/image.jpg')
Example
License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
Please note that this project uses the YOLOv8 model from the Ultralytics team, which is also licensed under the GPL-3.0 License. For commercial uses, please contact the Ultralytics team for an Enterprise License.
Credits
This package was developed by Harsh Thaker.
Special thanks to:
- akanametov for the yolov8n-face model.
- The Ultralytics team for providing the YOLOv8.
This project stands on the shoulders of the open-source community. It wouldn't be possible without the numerous open source projects we've utilised.
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
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 yolov8face-0.1.1.tar.gz.
File metadata
- Download URL: yolov8face-0.1.1.tar.gz
- Upload date:
- Size: 374.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f401cd5f2f868233437e1db4714e2523add72045a204acd8aa1c3bed0eafb5b1
|
|
| MD5 |
006df6a8ee65a2859e613495e742333e
|
|
| BLAKE2b-256 |
5641f39a400fc0a8bc837ae6b93a8f2eaec393168261fc6e8c4aed8840d1eebe
|
File details
Details for the file yolov8face-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yolov8face-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b2b88176ae39b4c6c5134251bc497b6872545e6f74414d3304935f938618e0f
|
|
| MD5 |
4b2bb859e85ea6585132ebb759999daf
|
|
| BLAKE2b-256 |
b24b8aca68652a6f6906b899626e35c32f7270c3d2f0f5adb7b1f93eb1004869
|