File size: 554 Bytes
b2ba573 fb4018a b2ba573 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Paths to the dataset directories
# Ensure these paths are accessible from your YOLOv8 environment
path: /path/to/niicu # Base path to the dataset
train: train/images # Relative to 'path', directory containing training images
val: val/images # Relative to 'path', directory containing validation images
# Dataset class information
nc: 1 # Number of classes
names: ['human'] # Class names
# Optionally, you can include paths to test images, if you have them
# test: test/images # Uncomment and modify if you have a test set |