Fuyucchi commited on
Commit
03c20c3
·
verified ·
1 Parent(s): 802903e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1,3 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # yolov8_animeface
2
  Anime Face Detection using YOLOv8
3
 
@@ -70,4 +98,4 @@ Yolov8_animeface | Yolov5_anime
70
  While this model performs greatly on my dataset, my metrics can differ from yours. One lighter model might be released on a later occasion.
71
 
72
  Based on YOLOv8 by
73
- Jocher, G., Chaurasia, A., & Qiu, J. (2023). Ultralytics YOLO (Version 8.0.0) [Computer software]. https://github.com/ultralytics/ultralytics
 
1
+ ---
2
+ license: agpl-3.0
3
+ base_model:
4
+ - Ultralytics/YOLOv8
5
+ pipeline_tag: object-detection
6
+ tags:
7
+ - anime
8
+ - face
9
+ - yolov8
10
+ model-index:
11
+ - name: Fuyucchi/yolov8_animeface
12
+ results:
13
+ - task:
14
+ type: object-detection
15
+ metrics:
16
+ - type: precision
17
+ value: 0.953
18
+ name: mAP50(box)
19
+ - type: precision
20
+ value: 0.956
21
+ name: Precision
22
+ - type: recall
23
+ value: 0.919
24
+ name: Recall
25
+ - type: precision
26
+ value: 0.532
27
+ name: mAP50-95(box)
28
+ ---
29
  # yolov8_animeface
30
  Anime Face Detection using YOLOv8
31
 
 
98
  While this model performs greatly on my dataset, my metrics can differ from yours. One lighter model might be released on a later occasion.
99
 
100
  Based on YOLOv8 by
101
+ Jocher, G., Chaurasia, A., & Qiu, J. (2023). Ultralytics YOLO (Version 8.0.0) [Computer software]. https://github.com/ultralytics/ultralytics