crack-seg.yaml 852 B

12345678910111213141516171819202122
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # Crack-seg dataset by Ultralytics
  3. # Documentation: https://docs.ultralytics.com/datasets/segment/crack-seg/
  4. # Example usage: yolo train data=crack-seg.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── crack-seg ← downloads here (91.2 MB)
  9. # 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, ..]
  10. path: ../datasets/crack-seg # dataset root dir
  11. train: train/images # train images (relative to 'path') 3717 images
  12. val: valid/images # val images (relative to 'path') 112 images
  13. test: test/images # test images (relative to 'path') 200 images
  14. # Classes
  15. names:
  16. 0: crack
  17. # Download script/URL (optional)
  18. download: https://github.com/ultralytics/assets/releases/download/v0.0.0/crack-seg.zip