Frencis commited on
Commit
367ca18
·
verified ·
1 Parent(s): 3c0b75e

Upload ./data.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. data.yaml +12 -0
data.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Paths to the dataset directories
2
+ # Ensure these paths are accessible from your YOLOv8 environment
3
+ path: /home/frencis/D1/datasets/m3fd # Base path to the dataset
4
+ train: train/images # Relative to 'path', directory containing training images
5
+ val: val/images # Relative to 'path', directory containing validation images
6
+
7
+ # Dataset class information
8
+ nc: 6 # Number of classes
9
+ names: ['people', 'car', 'bus', 'motorcycle', 'lamp', 'truck'] # People, Car, Bus, Motorcycle, Lamp, Truck
10
+
11
+ # Optionally, you can include paths to test images, if you have them
12
+ # test: test/images # Uncomment and modify if you have a test set