add_rotated_bbox_annotations
Validate, correct, and commit rotated bounding box annotations using normalized polygon vertices, ensuring convexity, ordering, and rectangularity.
Instructions
Validate, correct, and add rotated annotations atomically.
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 rotated annotation requests. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Contain created rotated annotations and their correction diagnostics. |