add_bbox_annotations
Add normalized bounding box annotations to a dataset image in a single transaction. Specify category and xyxy coordinates for each annotation.
Instructions
Add normalized xyxy annotations in one transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Active owning dataset identifier. | |
| image_path | Yes | Dataset-relative target image path. | |
| annotations | Yes | Non-empty axis-aligned annotation requests. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Contain created axis-aligned annotations and their count. |