Commit
·
75d8d4c
1
Parent(s):
e92402e
model metadata
Browse files- README.md +50 -0
- v1/train-val/.~lock.results.csv# +1 -0
README.md
CHANGED
@@ -1,3 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Model for detecting Hardhats and Hats
|
3 |
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- object-detection
|
4 |
+
tags:
|
5 |
+
- yolo
|
6 |
+
- yolo11
|
7 |
+
- hardhat
|
8 |
+
- hat
|
9 |
+
base_model:
|
10 |
+
- Ultralytics/YOLO11
|
11 |
+
widget:
|
12 |
+
- text: "Helmet detection"
|
13 |
+
output:
|
14 |
+
url: example.png
|
15 |
+
pipeline_tag: object-detection
|
16 |
+
model-index:
|
17 |
+
- name: hardhat-or-hat
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: object-detection
|
21 |
+
dataset:
|
22 |
+
type: safety-equipment
|
23 |
+
name: Safety Equipment
|
24 |
+
args:
|
25 |
+
epochs: 65
|
26 |
+
batch: 16
|
27 |
+
imgsz: 640
|
28 |
+
patience: 15
|
29 |
+
optimizer: 'SGD'
|
30 |
+
lr0: 0.001
|
31 |
+
lrf: 0.01
|
32 |
+
momentum: 0.9
|
33 |
+
weight_decay: 0.0005
|
34 |
+
warmup_epochs: 3
|
35 |
+
warmup_bias_lr: 0.01
|
36 |
+
warmup_momentum: 0.8
|
37 |
+
metrics:
|
38 |
+
- type: precision
|
39 |
+
name: Precision
|
40 |
+
value: 0.89279
|
41 |
+
- type: recall
|
42 |
+
name: Recall
|
43 |
+
value: 0.89279
|
44 |
+
- type: mAP50
|
45 |
+
name: mAP50
|
46 |
+
value: 0.56717
|
47 |
+
- type: mAP50-95
|
48 |
+
name: mAP50-95
|
49 |
+
value: 0.56717
|
50 |
+
---
|
51 |
|
52 |
# Model for detecting Hardhats and Hats
|
53 |
|
v1/train-val/.~lock.results.csv#
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
,larizmen,hal9k,24.03.2025 15:34,file:///var/home/larizmen/.var/app/org.libreoffice.LibreOffice/config/libreoffice/4;
|