Tph-Yolov5/data/UAVDT.yaml

14 lines
374 B
YAML

# YOLOv5 🚀 by Ultralytics, GPL-3.0 license
# UAVDT dataset
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
path: # dataset root dir
train: # train images (relative to 'path')
val: # val images (relative to 'path')
test:
# Classes
nc: 3 # number of classes
names: ['car', 'truck', 'bus']