SharpAI commited on
Commit
5eea4a2
·
verified ·
1 Parent(s): c18a186

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: yolo11l_coreml_int8_auto
3
+ tags:
4
+ - yolo
5
+ - object-detection
6
+ - computer-vision
7
+ - mlpackage
8
+ - aegis-ai
9
+ library_name: ultralytics
10
+ license: agpl-3.0
11
+ ---
12
+
13
+ # yolo11l_coreml_int8_auto
14
+
15
+ ## Accuracy Evaluation Results
16
+
17
+ **Evaluation Dataset**: coco
18
+
19
+ | Metric | Value |
20
+ |--------|--------|
21
+ | mAP@0.5 | 0.567 (56.7%) |
22
+ | mAP@0.5:0.95 | 0.442 (44.2%) |
23
+ | Precision | 0.507 (50.7%) |
24
+ | Recall | 0.275 (27.5%) |
25
+ | F1 Score | 0.357 (35.7%) |
26
+ | Evaluation FPS | 60.1 |
27
+ | Avg Inference Time | 16.63 ms |
28
+
29
+
30
+ *These metrics were computed using the Aegis AI evaluation framework on the coco dataset.*
31
+
32
+ ---
33
+
34
+ *This model was automatically converted and uploaded by the Aegis AI Model Conversion Tool.*