Datasets:
File size: 339 Bytes
d6c32a0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # SAINetset - YOLO Configuration
# Wildfire smoke detection dataset from SAI nodes
# https://huggingface.co/datasets/SAINetset/SAINetset_v8.0
path: .
train: data/train/images
val: data/val/images
# Classes
names:
0: smoke
# Dataset info
# Total: 5,596 images (245 positives, 5,351 negatives)
# Train: 4,462 images
# Val: 1,134 images
|