# yolov8-face
**Repository Path**: zzb32/yolov8-face
## Basic Information
- **Project Name**: yolov8-face
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: dev
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-25
- **Last Updated**: 2024-05-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), developed by [Ultralytics](https://ultralytics.com),
is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces
new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and
easy to use, making it an excellent choice for a wide range of object detection, image segmentation and image
classification tasks.
## 🔥Update
- ✅ **YOLOv8-n (person) trained on WIDERPedestrian [03.03]**
- ✅ **YOLOv8-m (face) trained on WIDERFace [23.10]**
- ✅ **YOLOv8-l (face) trained on WIDERFace [23.10]**
## Installation
``` shell
# clone repo
git clone https://github.com/akanametov/yolov8-face
# pip install required packages
pip install ultralytics
# go to code folder
cd yolov8-face
```
## Trained models
[`yolov8n-face.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8n-face.pt)
[`yolov8m-face.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8m-face.pt)
[`yolov8l-face.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8l-face.pt)
[`yolov8n-person.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8n-person.pt)
[`yolov8n-football.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8n-football.pt)
[`yolov8m-football.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8m-football.pt)
[`yolov8n-parking.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8n-parking.pt)
[`yolov8m-parking.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8m-parking.pt)
[`yolov8n-drone.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8n-drone.pt)
[`yolov8m-drone.pt`](https://github.com/akanametov/yolov8-face/releases/download/v0.0.0/yolov8m-drone.pt)
# YOLOv8-face
## Inference
On image:
```shell
yolo task=detect mode=predict model=yolov8n-face.pt conf=0.25 imgsz=1280 line_thickness=1 max_det=1000 source=examples/face.jpg
```