Upload ./data.yaml with huggingface_hub
Browse files
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/niicu # 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: 1 # Number of classes
|
9 |
+
names: ['human'] # Class names
|
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
|