AdamCodd commited on
Commit
895c5d8
·
verified ·
1 Parent(s): 5c48ad2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -12,6 +12,17 @@ tags:
12
  A lightweight face detection model based on YOLO architecture ([YOLOv11 nano](https://huggingface.co/Ultralytics/YOLO11)), trained for 225 epochs on the WIDERFACE dataset.
13
 
14
  It achieves the following results on the evaluation set:
 
 
 
 
 
 
 
 
 
 
 
15
  ![Yolov11n results](https://huggingface.co/AdamCodd/YOLOv11-face-detection/resolve/main/result.png)
16
 
17
  [Confusion matrix](https://huggingface.co/AdamCodd/YOLOv11-face-detection/blob/main/confusion-matrix.png):
 
12
  A lightweight face detection model based on YOLO architecture ([YOLOv11 nano](https://huggingface.co/Ultralytics/YOLO11)), trained for 225 epochs on the WIDERFACE dataset.
13
 
14
  It achieves the following results on the evaluation set:
15
+
16
+ ```
17
+ ==================== Results ====================
18
+ Easy Val AP: 0.9420471677096086
19
+ Medium Val AP: 0.9210357271019756
20
+ Hard Val AP: 0.8099848364072022
21
+ =================================================
22
+ ```
23
+
24
+ YOLO results:
25
+
26
  ![Yolov11n results](https://huggingface.co/AdamCodd/YOLOv11-face-detection/resolve/main/result.png)
27
 
28
  [Confusion matrix](https://huggingface.co/AdamCodd/YOLOv11-face-detection/blob/main/confusion-matrix.png):