Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
| Model | Type | FLOPS | Params | Labels |
|
2 |
|:--------------:|:------:|:-------:|:--------:|:--------:|
|
3 |
| yolov8n-person | yolo | 8.19G | 3.01M | `person` |
|
|
|
1 |
+
---
|
2 |
+
metrics:
|
3 |
+
- precision
|
4 |
+
- recall
|
5 |
+
- f1
|
6 |
+
pipeline_tag: object-detection
|
7 |
+
library_name: dghs-realutils
|
8 |
+
tags:
|
9 |
+
- person
|
10 |
+
- yolo
|
11 |
+
- dghs-imgutils
|
12 |
+
- dghs-realutils
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
---
|
16 |
+
|
17 |
+
ONNX model exported from [akanametov/yolo-face](https://github.com/akanametov/yolo-face).
|
18 |
+
|
19 |
| Model | Type | FLOPS | Params | Labels |
|
20 |
|:--------------:|:------:|:-------:|:--------:|:--------:|
|
21 |
| yolov8n-person | yolo | 8.19G | 3.01M | `person` |
|