dota8.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # DOTA8 dataset 8 images from split DOTAv1 dataset by Ultralytics
  3. # Documentation: https://docs.ultralytics.com/datasets/obb/dota8/
  4. # Example usage: yolo train model=yolov8n-obb.pt data=dota8.yaml
  5. # parent
  6. # ├── ultralytics
  7. # └── datasets
  8. # └── dota8 ← downloads here (1MB)
  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/dota8 # dataset root dir
  11. train: images/train # train images (relative to 'path') 4 images
  12. val: images/val # val images (relative to 'path') 4 images
  13. # Classes for DOTA 1.0
  14. names:
  15. 0: plane
  16. 1: ship
  17. 2: storage tank
  18. 3: baseball diamond
  19. 4: tennis court
  20. 5: basketball court
  21. 6: ground track field
  22. 7: harbor
  23. 8: bridge
  24. 9: large vehicle
  25. 10: small vehicle
  26. 11: helicopter
  27. 12: roundabout
  28. 13: soccer ball field
  29. 14: swimming pool
  30. # Download script/URL (optional)
  31. download: https://github.com/ultralytics/assets/releases/download/v0.0.0/dota8.zip