You're looking at a specific version of this model. Jump to the model overview.
ayumuakagi /segment_anything_model:9af2b62a
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
|
The image you want SAM to predict
|
|
| iou_threshold |
number
|
0.95
|
IoU threshold
|
| area_min_threshold |
number
|
500
|
検出する物体の最低面積
|
| area_max_threshold |
number
|
350000
|
検出する物体の最高面積
|
| binary_image |
boolean
|
False
|
Return binary image
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'object'}