Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ license: agpl-3.0
|
|
3 |
library_name: ultralytics
|
4 |
datasets:
|
5 |
- wider_face
|
|
|
6 |
tags:
|
7 |
- pytorch
|
8 |
---
|
@@ -23,16 +24,23 @@ tags:
|
|
23 |
- [AnHDet](https://universe.roboflow.com/1-yshhi/anhdet)
|
24 |
- [hand-detection-fuao9](https://universe.roboflow.com/catwithawand/hand-detection-fuao9)
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Info
|
27 |
|
28 |
-
| Model
|
29 |
-
|
|
30 |
-
| face_yolov8n.pt
|
31 |
-
| face_yolov8n_v2.pt
|
32 |
-
| face_yolov8s.pt
|
33 |
-
| face_yolov8m.pt
|
34 |
-
| hand_yolov8n.pt
|
35 |
-
| hand_yolov8s.pt
|
|
|
36 |
|
37 |
## Usage
|
38 |
|
|
|
3 |
library_name: ultralytics
|
4 |
datasets:
|
5 |
- wider_face
|
6 |
+
- skytnt/anime-segmentation
|
7 |
tags:
|
8 |
- pytorch
|
9 |
---
|
|
|
24 |
- [AnHDet](https://universe.roboflow.com/1-yshhi/anhdet)
|
25 |
- [hand-detection-fuao9](https://universe.roboflow.com/catwithawand/hand-detection-fuao9)
|
26 |
|
27 |
+
### Person
|
28 |
+
|
29 |
+
- [coco2017](https://cocodataset.org/#home) (only person)
|
30 |
+
- [AniSeg](https://github.com/jerryli27/AniSeg)
|
31 |
+
- [skytnt/anime-segmentation](https://huggingface.co/datasets/skytnt/anime-segmentation)
|
32 |
+
|
33 |
## Info
|
34 |
|
35 |
+
| Model | Target | mAP 50 | mAP 50-95 |
|
36 |
+
| --------------------- | --------------------- | ----------------------------- | ----------------------------- |
|
37 |
+
| face_yolov8n.pt | 2D / realistic face | 0.660 | 0.366 |
|
38 |
+
| face_yolov8n_v2.pt | 2D / realistic face | 0.669 | 0.372 |
|
39 |
+
| face_yolov8s.pt | 2D / realistic face | 0.713 | 0.404 |
|
40 |
+
| face_yolov8m.pt | 2D / realistic face | 0.737 | 0.424 |
|
41 |
+
| hand_yolov8n.pt | 2D / realistic hand | 0.767 | 0.505 |
|
42 |
+
| hand_yolov8s.pt | 2D / realistic hand | 0.794 | 0.527 |
|
43 |
+
| person_yolov8n-seg.pt | 2D / realistic person | 0.782 (bbox)<br/>0.761 (mask) | 0.555 (bbox)<br/>0.460 (mask) |
|
44 |
|
45 |
## Usage
|
46 |
|