Frencis commited on
Commit
9ccb505
1 Parent(s): 1665fb7

Update data.yaml

Browse files
Files changed (1) hide show
  1. data.yaml +4 -4
data.yaml CHANGED
@@ -1,12 +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
 
1
  # Paths to the dataset directories
2
  # Ensure these paths are accessible from your YOLOv8 environment
3
+ path: /path/to/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']
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