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
Try it
You have to be logged in to run this model
Examples
Input
{"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"
}