Update data.yaml
Browse files
data.yaml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# Paths to the dataset directories
|
2 |
# Ensure these paths are accessible from your YOLOv8 environment
|
3 |
-
path: /
|
4 |
-
train: train/images
|
5 |
-
val: test/images
|
6 |
|
7 |
# Dataset class information
|
8 |
nc: 1 # Number of classes
|
|
|
1 |
# Paths to the dataset directories
|
2 |
# Ensure these paths are accessible from your YOLOv8 environment
|
3 |
+
path: /path/to/llvip # Base path to the dataset
|
4 |
+
train: train/images # Relative to 'path', directory containing training images
|
5 |
+
val: test/images # Relative to 'path', directory containing validation images
|
6 |
|
7 |
# Dataset class information
|
8 |
nc: 1 # Number of classes
|