17 lines
568 B
YAML
17 lines
568 B
YAML
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
|
# DOTA8 dataset 8 images from split DOTAv1 dataset by Ultralytics
|
|
# Documentation: https://docs.ultralytics.com/datasets/obb/dota8/
|
|
# Example usage: yolo train model=yolov8n-obb.pt data=dota8.yaml
|
|
# parent
|
|
# ├── ultralytics
|
|
# └── datasets
|
|
# └── dota8 ← downloads here (1MB)
|
|
|
|
# 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, ..]
|
|
train: /home/hx/桌面/image/images/train
|
|
val: /home/hx/桌面/image/images/val
|
|
|
|
nc: 1
|
|
names: ['clamp']
|
|
|