Add docs links to all dataset YAMLs (#7360)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-01-06 18:09:18 +01:00 committed by GitHub
parent cd8957c098
commit 40a5c0abe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 42 additions and 23 deletions

View file

@ -43,14 +43,14 @@ To train a model using these OBB formats:
model = YOLO('yolov8n-obb.yaml')
# Train the model on the DOTAv2 dataset
results = model.train(data='DOTAv2.yaml', epochs=100, imgsz=640)
results = model.train(data='DOTAv1.yaml', epochs=100, imgsz=640)
```
=== "CLI"
```bash
# Train a new YOLOv8n-OBB model on the DOTAv2 dataset
yolo detect train data=DOTAv2.yaml model=yolov8n.pt epochs=100 imgsz=640
yolo detect train data=DOTAv1.yaml model=yolov8n.pt epochs=100 imgsz=640
```
## Supported Datasets