Detect objects in an image

Upload an image and be informed on the objects on it.

Use case example

  • - Automated photo filter
  • - Bot to sort pictures

Added by: APIForAI

Price per call≈ 0.08

License Paper Github

Try it nowAPI information

Try it

Examples

Input

Image
{
"input":{
"image":"https://rbqktisnztholqojxlaf.s..."
"confidence":0.5
"show_visualisation":true
}
"id":92
}

Output

{
"status":"succeeded"
"output":[
0:"https://rbqktisnztholqojxlaf.s..."
1:"https://rbqktisnztholqojxlaf.s..."
]
"prediction_time":27.748421
}

API Information

Input description

image* uri

Input image

confidence number

Confidence threshold to filter detections

Default value: 0.5

show_visualisation boolean

Plot and show detection results on image

Default value: true

Output JSON Schema

This represents the JSON schema that details the structure of the model's output.

{
"type":"array"
"items":{
"type":"string"
"format":"uri"
}
"title":"Output"
}

APIForAI

Build fast by accessing AI models easily