YOLO-World
API Reference
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
trueIf true, disables model monitoring for this request
falseThe type of the model, usually referring to what task the model performs
object-detectionIf true, the auto orient preprocessing step is disabled for this call.
falseIf true, the auto contrast preprocessing step is disabled for this call.
falseIf true, the grayscale preprocessing step is disabled for this call.
falseIf true, the static crop preprocessing step is disabled for this call.
falseA list of strings
["person","dog","cat"]l0.4Successful Response
Object Detection inference response.
Attributes: predictions (List[inference.core.entities.responses.inference.ObjectDetectionPrediction]): List of object detection predictions.
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
Validation Error
Last updated
Was this helpful?