roboflow_add_reviewed_to_dataset
Add fully-reviewed annotation jobs to dataset by moving approved images into train/valid/test splits. Requires confirm='yes' and session cookie.
Instructions
Add every fully-reviewed annotation job to the dataset.
Moves images from jobs in review with all images approved into
the dataset, split randomly at the given global ratios
(default 70/20/10). Restrict to specific jobs via job_ids.
Destructive: requires confirm='yes' and a server mode of
curate or full. Also requires ROBOFLOW_SESSION_COOKIE
(an app.roboflow.com browser-session cookie) because Roboflow
has no public API for this action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| dry_run | No | ||
| job_ids | No | ||
| project | Yes | ||
| workspace | No | ||
| test_ratio | No | ||
| train_ratio | No | ||
| valid_ratio | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |