Response model for object segmentation.
Field | Type | Required | Description |
---|---|---|---|
masks |
str | ✔️ | The generated masks. |
scores |
str | ✔️ | The model's confidence scores for each generated mask. |
logits |
str | ✔️ | The raw, unnormalized predictions (logits) for the masks. |