LLVIP_RGBT / data.yaml
Frencis's picture
Upload ./data.yaml with huggingface_hub
dcc63b5 verified
raw
history blame
608 Bytes
# Paths to the dataset directories
# Ensure these paths are accessible from your YOLOv8 environment
path: /home/frencis/D1/datasets/llvip # Base path to the dataset
train: train/images # Relative to 'path', directory containing training images
val: test/images # Relative to 'path', directory containing validation images
# Dataset class information
nc: 1 # Number of classes
names: ['person'] # 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