YOLO-World
YOLO-World is a zero-shot object detection model that allows you to perform object detection without any training, just by describing the items you want to detect.
You can also run YOLO-World locally using Inference, our open-source inference server.
API Reference
The base URL for our hosted API is at https://infer.roboflow.com
.
Run the YOLO-World zero-shot object detection model.
Roboflow API Key that will be passed to the model during initialization for artifact retrieval
Request for Grounding DINO zero-shot predictions.
Attributes: text (List[str]): A list of strings.
Roboflow API Key that will be passed to the model during initialization for artifact retrieval
true
The type of the model, usually referring to what task the model performs
object-detection
If true, the auto orient preprocessing step is disabled for this call.
false
If true, the auto contrast preprocessing step is disabled for this call.
false
If true, the grayscale preprocessing step is disabled for this call.
false
If true, the static crop preprocessing step is disabled for this call.
false
A list of strings
["person","dog","cat"]
l
0.4
Last updated
Was this helpful?