You're looking at a specific version of this model. Jump to the model overview.
winycg /anchor_net:a66081c6
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)
|
Predictions-plot
Options: Final-probs-plot, Json, Predictions-plot, CAM-plot |
Final-probs-plot: Plots the final prediction of top 10 classes
Json: Get the final prediction of top 10 classes in json format
Predictions-plot: Plot intermediate predictions of patches
CAM-plot: Plot the intermediate CAM map from AnchorNet
|
iou_thresholds |
string
|
|
Comma separated list of floats where the ith float determines the allowed IOU to a next (i+1) patch proposal (6 max). Leave empty for a sinle patch proposal
|
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'}