Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model:
|
4 |
- Ultralytics/YOLO11
|
5 |
pipeline_tag: object-detection
|
|
|
|
|
6 |
---
|
7 |
|
8 |
## YOLOv11n-Face-Detection
|
@@ -33,4 +35,4 @@ results = model.predict("/path/to/your/image", save=True) # saves the result in
|
|
33 |
|
34 |
- Performance may vary in extreme lighting conditions
|
35 |
- Best suited for frontal and slightly angled faces
|
36 |
-
- Optimal performance for faces occupying >20 pixels
|
|
|
3 |
base_model:
|
4 |
- Ultralytics/YOLO11
|
5 |
pipeline_tag: object-detection
|
6 |
+
tags:
|
7 |
+
- pytorch
|
8 |
---
|
9 |
|
10 |
## YOLOv11n-Face-Detection
|
|
|
35 |
|
36 |
- Performance may vary in extreme lighting conditions
|
37 |
- Best suited for frontal and slightly angled faces
|
38 |
+
- Optimal performance for faces occupying >20 pixels
|