Declare a model to use
Syntax
Use["model"]
Examples
The following example declares that the YOLOv8 (COCO checkpoint) model should be used, before loading an image, detecting objects, and saying what they are.
Use["yolov8"]
Load["./photo.jpg"]
Detect[]
Say[]
Supported Models
See Supported Models section in Detect[], Segment[], Classify[], and Caption[] to find which models are supported for the task type you are using.