Computer vision training
Expose collection, labels, augmentation, training, and packaging as observable stages.
collect imagesimport labelsaugment datasettrain detectorevaluatepackage model
Activity responsibilities
| Activity | Responsibility |
|---|---|
collect-images | Execute the collect images stage and publish its declared outputs for downstream activities. |
import-labels | Execute the import labels stage and publish its declared outputs for downstream activities. |
augment-dataset | Execute the augment dataset stage and publish its declared outputs for downstream activities. |
train-detector | Execute the train detector stage and publish its declared outputs for downstream activities. |
evaluate | Execute the evaluate stage and publish its declared outputs for downstream activities. |
package-model | Execute the package model stage and publish its declared outputs for downstream activities. |
Inputs
- Images and labels
- Augmentation policy
- Training configuration
Outputs
- Detector
- Slice metrics
- Deployment package
Provenance to preserve
- Annotation version
- Augmentation parameters
- Class-wise metrics
Runnable example
This is the complete checked-in bundle for this pattern. Download the environment, scope, topology, workflow, input, container recipe, runner, and validation contract from this page before executing it.
Verified local execution
These captures and the output manifest were produced by the fixture's local Docker run and validator. They are published with the same bundle as the runnable files.



Execution considerations
Cache immutable image data near GPU workers and preserve the augmentation manifest or random seed.
AkôFlow boundary: the engine schedules, deploys, executes, transfers data, and records evidence. The ML or agent framework remains an implementation choice inside each activity.