Skip to main content

Computer vision training

Expose collection, labels, augmentation, training, and packaging as observable stages.

Computer vision training

Activity responsibilities

ActivityResponsibility
collect-imagesExecute the collect images stage and publish its declared outputs for downstream activities.
import-labelsExecute the import labels stage and publish its declared outputs for downstream activities.
augment-datasetExecute the augment dataset stage and publish its declared outputs for downstream activities.
train-detectorExecute the train detector stage and publish its declared outputs for downstream activities.
evaluateExecute the evaluate stage and publish its declared outputs for downstream activities.
package-modelExecute 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.

Computer vision training workflow execution evidence
Workflow evidence
Computer vision training execution evidence
Execution evidence
Computer vision training output evidence
Output evidence
Open verified output manifest ↓

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.