Skip to content

Commit

Permalink
Merge pull request #4543 from voxel51/yolov10
Browse files Browse the repository at this point in the history
[DOCS] Add YOLOv10 to integration docs
  • Loading branch information
jacobmarks authored Jul 1, 2024
2 parents a5d2209 + 1f0cceb commit 1004229
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/integrations/ultralytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ You can directly pass Ultralytics YOLO detection models to
# model = YOLO("yolov9c.pt")
# model = YOLO("yolov9e.pt")
# YOLOv10
# model = YOLO("yolov10n.pt)
# model = YOLO("yolov10s.pt)
# model = YOLO("yolov10m.pt)
# model = YOLO("yolov10l.pt)
# model = YOLO("yolov10x.pt)
dataset.apply_model(model, label_field="boxes")
session = fo.launch_app(dataset)
Expand Down

0 comments on commit 1004229

Please sign in to comment.