Datasets:
Upload yolo_format/data.yaml with huggingface_hub
Browse files- yolo_format/data.yaml +11 -0
yolo_format/data.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YOLO Detection Dataset
|
| 2 |
+
# Auto-generated for training with Ultralytics YOLOv8/v11
|
| 3 |
+
# Usage: model.train(data='data.yaml')
|
| 4 |
+
|
| 5 |
+
path: /app/yolo_dataset
|
| 6 |
+
train: images/train
|
| 7 |
+
val: images/val
|
| 8 |
+
test: images/test
|
| 9 |
+
|
| 10 |
+
nc: 5
|
| 11 |
+
names: ['car', 'person', 'dog', 'cat', 'bicycle']
|