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
.
More information on using YOLO-World with Inference, through the Python SDK or the self-hosted API, see the YOLO-World Inference docs page.
YOLO-World inference.
Run the YOLO-World zero-shot object detection model.
Roboflow API Key that will be passed to the model during initialization for artifact retrieval
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.
If true, the auto contrast preprocessing step is disabled for this call.
If true, the grayscale preprocessing step is disabled for this call.
If true, the static crop preprocessing step is disabled for this call.
A list of strings
Successful Response
Base64 encoded string containing prediction visualization image data
Unique identifier of inference
The frame id of the image used in inference if the input was a video
The time in seconds it took to produce the predictions including image preprocessing
Last updated