Update README.md
Browse filesenabling inference availability
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
tags:
|
4 |
- ultralyticsplus
|
@@ -11,26 +10,23 @@ tags:
|
|
11 |
- awesome-yolov8-models
|
12 |
library_name: ultralytics
|
13 |
library_version: 8.0.23
|
14 |
-
inference:
|
15 |
-
|
16 |
datasets:
|
17 |
- keremberke/protective-equipment-detection
|
18 |
-
|
19 |
model-index:
|
20 |
- name: deyelive/yolov8m-protective-equipment-detection
|
21 |
results:
|
22 |
- task:
|
23 |
type: object-detection
|
24 |
-
|
25 |
dataset:
|
26 |
type: keremberke/protective-equipment-detection
|
27 |
name: protective-equipment-detection
|
28 |
split: validation
|
29 |
-
|
30 |
metrics:
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
34 |
---
|
35 |
|
36 |
<div align="center">
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- ultralyticsplus
|
|
|
10 |
- awesome-yolov8-models
|
11 |
library_name: ultralytics
|
12 |
library_version: 8.0.23
|
13 |
+
inference: true
|
|
|
14 |
datasets:
|
15 |
- keremberke/protective-equipment-detection
|
|
|
16 |
model-index:
|
17 |
- name: deyelive/yolov8m-protective-equipment-detection
|
18 |
results:
|
19 |
- task:
|
20 |
type: object-detection
|
|
|
21 |
dataset:
|
22 |
type: keremberke/protective-equipment-detection
|
23 |
name: protective-equipment-detection
|
24 |
split: validation
|
|
|
25 |
metrics:
|
26 |
+
- type: precision
|
27 |
+
value: 0.27342
|
28 |
+
name: mAP@0.5(box)
|
29 |
+
pipeline_tag: object-detection
|
30 |
---
|
31 |
|
32 |
<div align="center">
|