You're looking at a specific version of this model. Jump to the model overview.

davidgillsjo /srw-net:a3b8d864

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
input_image
string
Image to be classified
output_format
string (enum)
Plot

Options:

Json, Plot

Recieve outputs as Json or a debug-plot
confidence_threshold
number
0.9
None

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'Json': {'title': 'Json', 'type': 'string'},
                'plot': {'format': 'uri', 'title': 'Plot', 'type': 'string'}},
 'title': 'Output',
 'type': 'object'}