M3FD_RGBT / data.yaml
Frencis's picture
Update data.yaml
9ccb505 verified
raw
history blame contribute delete
582 Bytes
# Paths to the dataset directories
# Ensure these paths are accessible from your YOLOv8 environment
path: /path/to/m3fd # 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: 6 # Number of classes
names: ['people', 'car', 'bus', 'motorcycle', 'lamp', 'truck']
# Optionally, you can include paths to test images, if you have them
# test: test/images # Uncomment and modify if you have a test set