02 · Factory
Define a pipeline once and the Factory runs it wherever the compute lives — turning a single source package into meshes, splats, NeRFs, and maps.
Outputs
Object photogrammetry is the first pipeline — not the last. Add new outputs without disturbing what already works.
The scheduler places each step by what it needs and where there's capacity — the capture node for low latency, the host for convenience, a GPU farm for the heavy lifting.
Compose pipelines from vetted step contracts, version them, and re-run any step. A pipeline is data you can inspect and replay — not a one-off script.
Every step run records its inputs, parameters, and where it executed. Failed steps retry on their own, and every output traces back to its source.
See how the Market licenses a finished asset — with its full provenance attached.