
Usage Example
The following examples can also be used for face or person detection. The response schema is identical to the object detection example.
FAQ
What objects are supported?
What objects are supported?
Orion supports open-world (aka open-set) detection. This means it is not limited to a predefined list of categories; it can detect, locate, and ground virtually any object described in natural language, including rare items, specific parts of objects, and complex visual relations.
What format do the bounding boxes come in?
What format do the bounding boxes come in?
The bounding boxes come in the format of normalized
xywh, where x and y are the top-left corner of the bounding box, and w and h are the width and height of the bounding box. All values are between 0 and 1, and normalized by the image size. x and w are normalized by the image width, and y and h are normalized by the image height.What is the confidence score?
What is the confidence score?
The confidence score is a value between 0 and 1 that indicates the confidence of the detection.

