cvat_create_task
Create a new annotation task in CVAT by specifying name and labels, then attach data files separately.
Instructions
Create a CVAT task using POST /api/tasks. Use cvat_attach_task_data afterward to upload images or videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | Yes | ||
| project_id | No | ||
| assignee_id | No | ||
| segment_size | No | ||
| overlap | No | ||
| subset | No |