Skip to content

Commit

Permalink
docs(readme): version: v1.1.1
Browse files Browse the repository at this point in the history
Update and add Gradio demo.
  • Loading branch information
zjykzj committed Aug 17, 2024
1 parent 99635cb commit db20018
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt=""></a>
</p>

ONLINE DEMO:[FACE AND LANDMARKS DETECT](https://blog.zjykzj.cn/gradio/yolo5face/)

| | ARCH | GFLOPs | Easy | Medium | Hard |
|:------------------------------------:|:-----------------:|:------:|:---------:|:---------:|:---------:|
| **zjykzj/YOLO5Face (This)** | yolov5s-face | 15.2 | 94.69 | 93.00 | 84.73 |
Expand Down Expand Up @@ -47,6 +49,7 @@

| Version | Release Date | Major Updates |
|-------------------------------------------------------------------|--------------|-----------------------------------------------------------------------------------|
| [v1.1.1](https://github.com/zjykzj/YOLO5Face/releases/tag/v1.1.1) | 2024/08/17 | Update and add Gradio demo. |
| [v1.1.0](https://github.com/zjykzj/YOLO5Face/releases/tag/v1.1.0) | 2024/07/21 | Supports additional models including shufflenetv2-face/yolov5x-v7.0/yolov5n-v7.0. |
| [v1.0.0](https://github.com/zjykzj/YOLO5Face/releases/tag/v1.0.0) | 2024/07/14 | Adds keypoint detection, enabling face + keypoint detection. |
| [v0.1.0](https://github.com/zjykzj/YOLO5Face/releases/tag/v0.1.0) | 2024/06/29 | Trains a face detector based on yolov5-v7.0 and the WIDERFACE dataset. |
Expand Down
3 changes: 3 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt=""></a>
</p>

ONLINE DEMO:[FACE AND LANDMARKS DETECT](https://blog.zjykzj.cn/gradio/yolo5face/)

| | ARCH | GFLOPs | Easy | Medium | Hard |
|:------------------------------------:|:-----------------:|:------:|:---------:|:---------:|:---------:|
| **zjykzj/YOLO5Face (This)** | yolov5s-face | 15.2 | 94.69 | 93.00 | 84.73 |
Expand Down Expand Up @@ -47,6 +49,7 @@

| 版本 | 发布日期 | 主要更新 |
|-------------------------------------------------------------------|------------|-------------------------------------------------------|
| [v1.1.1](https://github.com/zjykzj/YOLO5Face/releases/tag/v1.1.1) | 2024/08/17 | 更新YOLO5Face,新增Gradio demo。 |
| [v1.1.0](https://github.com/zjykzj/YOLO5Face/releases/tag/v1.1.0) | 2024/07/21 | 支持更多模型,包括shufflenetv2-face/yolov5x-v7.0/yolov5n-v7.0。 |
| [v1.0.0](https://github.com/zjykzj/YOLO5Face/releases/tag/v1.0.0) | 2024/07/14 | 增加关键点检测,实现人脸+关键点检测。 |
| [v0.1.0](https://github.com/zjykzj/YOLO5Face/releases/tag/v0.1.0) | 2024/06/29 | 基于yolov5-v7.0和WIDERFACE数据集训练人脸检测器。 |
Expand Down

0 comments on commit db20018

Please sign in to comment.