uniform.yaml 717 B

1234567891011121314151617181920
  1. # YOLOv5 🚀 by Ultralytics, AGPL-3.0 license
  2. # COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017) by Ultralytics
  3. # Example usage: python train.py --data coco128.yaml
  4. # parent
  5. # ├── yolov5
  6. # └── datasets
  7. # └── coco128 ← downloads here (7 MB)
  8. # 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, ..]
  9. path: /mnt/project/yolodemo/dataset/uniform # dataset root dir
  10. train: images # train images (relative to 'path') 128 images
  11. val: images # val images (relative to 'path') 128 images
  12. test: # test images (optional)
  13. # Classes
  14. names:
  15. 0: other
  16. 1: reflective-vest
  17. 2: uniform