You're looking at a specific version of this model. Jump to the model overview.
bencevans /megadetector-v5a:cd30d71e
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
|
|
conf |
number
|
0.1
|
Confidence threshold
|
iou |
number
|
0.45
|
IOU threshold
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'properties': {'bbox': {'items': {'type': 'number'},
'title': 'Bbox',
'type': 'array'},
'category': {'title': 'Category', 'type': 'integer'},
'conf': {'title': 'Conf', 'type': 'number'}},
'required': ['bbox', 'category', 'conf'],
'title': 'Detection',
'type': 'object'},
'title': 'Output',
'type': 'array'}