african-wildlife.yaml 930 B

12345678910111213141516171819202122232425
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # African-wildlife dataset by Ultralytics
  3. # Documentation: https://docs.ultralytics.com/datasets/detect/african-wildlife/
  4. # Example usage: yolo train data=african-wildlife.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── african-wildlife ← downloads here (100 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/african-wildlife # dataset root dir
  11. train: train/images # train images (relative to 'path') 1052 images
  12. val: valid/images # val images (relative to 'path') 225 images
  13. test: test/images # test images (relative to 'path') 227 images
  14. # Classes
  15. names:
  16. 0: buffalo
  17. 1: elephant
  18. 2: rhino
  19. 3: zebra
  20. # Download script/URL (optional)
  21. download: https://github.com/ultralytics/assets/releases/download/v0.0.0/african-wildlife.zip