Add integrations/gradio Docs page (#7935)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: WangQvQ <1579093407@qq.com> Co-authored-by: Martin Pl <martin-plank@gmx.de> Co-authored-by: Mactarvish <Mactarvish@users.noreply.github.com>
This commit is contained in:
parent
2881cda483
commit
ba484929e3
5 changed files with 110 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ To train a model on the DOTA v1 dataset, you can utilize the following code snip
|
|||
|
||||
```bash
|
||||
# Train a new YOLOv8n-OBB model on the DOTAv2 dataset
|
||||
yolo detect train data=DOTAv1.yaml model=yolov8n.pt epochs=100 imgsz=640
|
||||
yolo obb train data=DOTAv1.yaml model=yolov8n-obb.pt epochs=100 imgsz=640
|
||||
```
|
||||
|
||||
## Sample Data and Annotations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue