添加配置
Browse files- README.md +0 -0
- model/data.yml +7 -0
README.md
ADDED
|
File without changes
|
model/data.yml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
train: train/images
|
| 2 |
+
val: val/images
|
| 3 |
+
nc: 2
|
| 4 |
+
names:
|
| 5 |
+
- hardhat
|
| 6 |
+
- no-hardhat
|
| 7 |
+
path: /home/rtx5090d/project/hardhat/datasets/YOLOv8m
|