1 2 3# 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, ..] 4path: /media/test/4d846cae-2315-4928-8d1b-ca6d3a61a3c6/DroneVehicle # dataset root dir 5train: train/raw/images # train images (relative to 'path') 6val: val/raw/images # val images (relative to 'path') 7test: val/raw/images # test images (optional) 8 9# Classes 10nc: 2 # number of classes 11names: ['vehicle', 'None'] # class names 12 13 14# Download script/URL (optional) 15# download: https://ultralytics.com/assets/coco128.zip 16 17