You're looking at a specific version of this model. Jump to the model overview.
bencevans /megadetector-v1000-redwood:532a6782
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| image |
string
|
Input image
|
|
| minimum_confidence_threshold |
number
|
0.2
Max: 1 |
Confidence Threshold
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'detections': {'items': {'properties': {'bbox': {'items': {'type': 'number'},
'title': 'Bbox',
'type': 'array'},
'category': {'title': 'Category',
'type': 'string'},
'confidence': {'title': 'Confidence',
'type': 'number'}},
'required': ['bbox',
'category',
'confidence'],
'type': 'object'},
'title': 'Detections',
'type': 'array'},
'image': {'properties': {'height': {'title': 'Height',
'type': 'integer'},
'width': {'title': 'Width',
'type': 'integer'}},
'required': ['width', 'height'],
'title': 'Image',
'type': 'object'}},
'required': ['image', 'detections'],
'title': 'Output',
'type': 'object'}