PIPELINES / AGENTS

Automate your workflow

Automate any part of your workflow including training, processing, and deployment.

Code sample showing an example Python action.
EXTEND YOUR WORKFLOW

Actions for every stage.

Go beyond the annotator and augment your workflow with Datatorch Actions. Use existing actions to leverage external tools like DEXTR or automate exports into COCO or Datatorch formats. Use actions in sequence within a pipeline to use across several projects.

Output from a console showing a DataTorch action's results.
A POWERFUL API

Create actions using Datatorch's API.

Do you need more control over your workflow? Tap into Datatorch's API and write your own actions in Python. Make your actions reusable in multiple pipelines or share your actions with the broader community!

Example code from the DEXTR action.
INTUITIVE PIPELINE SYNTAX

Define and share pipelines with human-readable syntax.

Write out your pipelines in a straightforward manner. Share and modify pipelines across projects or with the community! Create pipelines for preprocessing, augmentation, exporting, and more!

Example code from a pipeline that uses the DEXTR action.