DOTAv1.yaml 1.2 KB

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