YOLO-World
Last updated
Was this helpful?
Last updated
Was this helpful?
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 , our open-source inference server.
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
Image data for inference request.
Attributes: type (str): The type of image data provided, one of 'url', 'base64', or 'numpy'. value (Optional[Any]): Image data corresponding to the image type.
Image data for inference request.
Attributes: type (str): The type of image data provided, one of 'url', 'base64', or 'numpy'. value (Optional[Any]): Image data corresponding to the image type.
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