Per Seat: €4.00
Monthly Subscription: €2.00
Usage Based API: €2.00
Find what you’re looking for – quickly and easily. More info...
Find what you’re looking for – quickly and easily. Use this API to detect up to 80 types of objects in images, including people, vehicles, animals, food and more. The applications of this app are vast and can be used to do things like detect and count audiences, analyze traffic flow, for surveillance, and much more.
Detects the recognized objects in the image using YOLOv3 ONNX model.
image
– Input image.objects
– A JSON object containing the bounding boxes of the detected objects.Example output:
{
"objects": [
{
"confidence": 0.76,
"name": "dog ",
"rectangle": {
"h": 109,
"w": 150,
"x": 88,
"y": 45
}
}
]
}